mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 23:54:46 +02:00
Fix changedetector restart loop (#2548)
* only restart changedetector, if exit is unexpected. * prevent supervisord from restarting changedetector on error --> endless loop * add quotes
This commit is contained in:
parent
de61d42e68
commit
cbcc3823d3
3 changed files with 4 additions and 5 deletions
|
@ -10,7 +10,7 @@ function _exit_with_error
|
|||
fi
|
||||
|
||||
_log 'error' 'Aborting'
|
||||
exit 1
|
||||
exit "${2:-1}"
|
||||
}
|
||||
|
||||
# `dms_panic` methods are appropriate when the type of error is a not recoverable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue