mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-04 00:05:21 +00:00
scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
This commit is contained in:
@@ -29,7 +29,7 @@ function _default_start_daemon
|
||||
if [[ ${?} -ne 0 ]]
|
||||
then
|
||||
_log 'error' "${RESULT}"
|
||||
_dms_panic__fail_init "${1}" '' 'immediate'
|
||||
_dms_panic__fail_init "${1}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user