mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Fix for wrong variable from previous commit
This commit is contained in:
parent
419a9b0b1a
commit
b98abaf572
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ if [ ! -z "$mail_data" ]; then
|
||||||
exim_user="Debian-exim"
|
exim_user="Debian-exim"
|
||||||
fi
|
fi
|
||||||
# Chowning mail conf files to exim user
|
# Chowning mail conf files to exim user
|
||||||
find $HOMEDIR/$user/conf/mail/$domain_idn -user root \
|
find $HOMEDIR/$user/conf/mail/$domain -user root \
|
||||||
-exec chown $exim_user {} \;
|
-exec chown $exim_user {} \;
|
||||||
|
|
||||||
# Rebuild config
|
# Rebuild config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue