mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fix conf directory permissions
This commit is contained in:
parent
fb027fda84
commit
b85fb33007
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ mkdir -p $HOMEDIR/$user/conf
|
|||
chmod a+x $HOMEDIR/$user
|
||||
chmod a+x $HOMEDIR/$user/conf
|
||||
chown $user:$user $HOMEDIR/$user
|
||||
chown $user:$user $HOMEDIR/$user/conf
|
||||
chown root:root $HOMEDIR/$user/conf
|
||||
|
||||
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" != 'no' ]; then
|
||||
mkdir -p $HOMEDIR/$user/conf/web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue