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:
@@ -366,10 +366,6 @@ flush_logs() {
|
||||
else
|
||||
pid=$(/usr/bin/pidof rsyslogd)
|
||||
fi
|
||||
# if [ "$GITHUB_ACTIONS" = "true" ]; then
|
||||
# systemctl restart rsyslog >>$TEST_OF 2>&1
|
||||
# sleep 5
|
||||
# elif [ ! -z "$pid" ]; then
|
||||
if [ ! -z "$pid" ]; then
|
||||
kill -HUP $pid >>$TEST_OF 2>&1
|
||||
sleep 2
|
||||
|
||||
Reference in New Issue
Block a user