mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
setting permissions on mail.log fixes the github actions failure for upgrade-to-upstream - this is just clean up
This commit is contained in:
@@ -408,4 +408,5 @@ EOF
|
||||
# prevent rsyslog from writing to it. Fix the ownership.
|
||||
[ -e /var/log/nsd.log ] && chown syslog:adm /var/log/nsd.log
|
||||
[ -e /var/log/mail.log ] && chown syslog:adm /var/log/mail.log
|
||||
[ -e /var/log/mail.err ] && chown syslog:adm /var/log/mail.err
|
||||
restart_service rsyslog
|
||||
|
||||
Reference in New Issue
Block a user