mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
fixed permission on tmp folder
This commit is contained in:
parent
a18a1fc0d2
commit
92f780cd21
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
|||
chmod 751 $HOMEDIR/$user/web
|
||||
chmod 771 $HOMEDIR/$user/tmp
|
||||
chown $user:$user $HOMEDIR/$user/web
|
||||
chown $user:$user $HOMEDIR/$user/tmp
|
||||
fi
|
||||
|
||||
if [ ! -z "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue