Skip to content

Commit

Permalink
Fixed Docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 26, 2023
1 parent 39ec03e commit 2938b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2938b98

Please sign in to comment.