mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-04 14:07:25 +02:00
fix permission for pem file
This commit is contained in:
@@ -74,7 +74,8 @@ fi
|
||||
|
||||
if [ ! -z "$MAIL_SYSTEM" ]; then
|
||||
mkdir $HOMEDIR/$user/conf/mail $HOMEDIR/$user/mail
|
||||
chmod 751 $HOMEDIR/$user/mail $HOMEDIR/$user/conf/mail
|
||||
chmod 751 $HOMEDIR/$user/mail
|
||||
chmod 755 $HOMEDIR/$user/conf/mail
|
||||
fi
|
||||
|
||||
if [ ! -z "$DNS_SYSTEM" ]; then
|
||||
|
||||
Reference in New Issue
Block a user