Fixed entrypoint.sh

This commit is contained in:
mdecimus
2023-08-08 18:29:43 +02:00
parent 39cbb946f7
commit 132e86046e
2 changed files with 3 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ while [ ! -f /opt/stalwart-mail/etc/config.toml ]; do
done
# If the configuration file exists, start the server.
exec /usr/local/bin/stalwart-mail --config /opt/stalwart-mail/etc/config.toml
exec /usr/local/bin/__B__ --config /opt/stalwart-mail/etc/config.toml