mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
if [ ! -z "$MAIL_SYSTEM" ]; then
|
||||||
mkdir $HOMEDIR/$user/conf/mail $HOMEDIR/$user/mail
|
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
|
fi
|
||||||
|
|
||||||
if [ ! -z "$DNS_SYSTEM" ]; then
|
if [ ! -z "$DNS_SYSTEM" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue