mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-02 07:15:41 +00:00
scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
This commit is contained in:
@@ -89,7 +89,7 @@ function _setup_apply_fixes_after_configuration
|
||||
_log 'debug' 'Checking /var/mail permissions'
|
||||
if ! _chown_var_mail_if_necessary
|
||||
then
|
||||
_dms_panic__general 'Failed to fix /var/mail permissions' '' 'immediate'
|
||||
_dms_panic__general 'Failed to fix /var/mail permissions'
|
||||
fi
|
||||
|
||||
_log 'debug' 'Removing files and directories from older versions'
|
||||
|
Reference in New Issue
Block a user