mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fix permission for pem file
This commit is contained in:
parent
7ca19980e5
commit
cda3caebb6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue