You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
function _defunc removed (#2199)
* function _defunc removed * _shutdown is better than just notify in that cases * PANIC_TYPE 'fail-init' introduced Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
@ -217,12 +217,6 @@ function _register_misc_function
|
||||
_notify 'inf' "${1}() registered"
|
||||
}
|
||||
|
||||
function _defunc
|
||||
{
|
||||
_notify 'fatal' 'Please fix your configuration. Exiting...'
|
||||
exit 1
|
||||
}
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# ? << Registering functions
|
||||
# --
|
||||
|
Reference in New Issue
Block a user