mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 03:34:38 +02:00
Check if CONTAINER_IP could be determined (#2046)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
4822709000
commit
7293e3c9e8
3 changed files with 14 additions and 2 deletions
|
@ -208,3 +208,9 @@ function _monitored_files_checksums
|
|||
)
|
||||
}
|
||||
export -f _monitored_files_checksums
|
||||
|
||||
function _shutdown
|
||||
{
|
||||
_notify 'err' "Shutting down.."
|
||||
kill 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue