mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
fix: start-mailserver.sh
requires mail_state.sh
to be sourced on restarts (#4417)
This commit is contained in:
parent
a156c2c031
commit
7c680a0fbc
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ if [[ -f /CONTAINER_START ]]; then
|
|||
# We cannot skip all setup routines because some need to run _after_
|
||||
# the initial setup (and hence, they cannot be moved to the check stack).
|
||||
_setup_directory_and_file_permissions
|
||||
|
||||
# shellcheck source=./startup/setup.d/mail_state.sh
|
||||
source /usr/local/bin/setup.d/mail_state.sh
|
||||
_setup_adjust_state_permissions
|
||||
else
|
||||
_setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue