mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-29 20:14:51 +02:00
Run user-patches.sh right before starting daemons (#2817)
This commit is contained in:
parent
c92a67f91e
commit
6d016ba592
2 changed files with 7 additions and 3 deletions
|
@ -143,7 +143,6 @@ function _register_functions
|
|||
_register_setup_function '_setup_logrotate'
|
||||
_register_setup_function '_setup_mail_summary'
|
||||
_register_setup_function '_setup_logwatch'
|
||||
_register_setup_function '_setup_user_patches'
|
||||
|
||||
# ? >> Fixes
|
||||
|
||||
|
@ -228,6 +227,7 @@ _setup
|
|||
[[ ${LOG_LEVEL} =~ (debug|trace) ]] && print-environment
|
||||
_apply_fixes
|
||||
_start_misc
|
||||
_setup_user_patches
|
||||
_start_daemons
|
||||
|
||||
# marker to check if container was restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue