mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-12-27 02:05:22 +08:00
Fixed Docker entrypoint
This commit is contained in:
parent
39ec03e9cc
commit
2938b98e18
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# shellcheck shell=dash
|
||||
|
||||
# If the configuration file does not exist wait until it does.
|
||||
while [ ! -f /opt/stalwart-mail/etc/config.toml ]; do
|
||||
while [ ! -f /opt/stalwart-mail/etc/config.toml ] || grep -q "__CERT_PATH__" /opt/stalwart-mail/etc/common/tls.toml; do
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue