1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-07 23:03:10 +02:00

scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265)

This commit is contained in:
Casper
2023-04-18 23:38:46 +02:00
committed by GitHub
parent a735dddc52
commit ea07bcdb4c
9 changed files with 19 additions and 28 deletions

View File

@ -22,7 +22,7 @@ function _setup_docker_permit
if [[ -z ${CONTAINER_IP} ]]
then
_log 'error' 'Detecting the container IP address failed'
_dms_panic__misconfigured 'NETWORK_INTERFACE' 'Network Setup [docker_permit]' 'immediate'
_dms_panic__misconfigured 'NETWORK_INTERFACE' 'Network Setup [docker_permit]'
fi
while read -r IP