mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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"
|
||||
fi
|
||||
# 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 {} \;
|
||||
|
||||
# Rebuild config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue