Fixes #424, suggested by @alinmear

This commit is contained in:
Thomas VIAL 2017-01-02 13:07:22 +01:00
parent 461c88e6ae
commit 21406993b1
No known key found for this signature in database
GPG Key ID: 0394CEE552FAFEFC
1 changed files with 1 additions and 0 deletions

View File

@ -829,6 +829,7 @@ function _fix_var_mail_permissions() {
chown -R 5000:5000 /var/mail
else
notify 'inf' "Permissions in /var/mail look OK"
return 0
fi
}
##########################################################################