mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-02 23:35:11 +00:00
scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
This commit is contained in:
@@ -38,7 +38,7 @@ function _check_hostname
|
||||
# HOSTNAME should be an FQDN (eg: hostname.domain)
|
||||
if ! grep -q -E '^(\S+[.]\S+)$' <<< "${HOSTNAME}"
|
||||
then
|
||||
_dms_panic__general 'Setting hostname/domainname is required' '' 'immediate'
|
||||
_dms_panic__general 'Setting hostname/domainname is required'
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user