diff --git a/core/docker-entrypoint.sh b/core/docker-entrypoint.sh index 38338ad..7c761b0 100755 --- a/core/docker-entrypoint.sh +++ b/core/docker-entrypoint.sh @@ -36,7 +36,7 @@ fi # SMTP_HOST defaults to the gateway if [[ ! -v SMTP_HOST ]]; then export SMTP_HOST=$(/sbin/ip route | awk '/default/ { print $3 }') - echo "SMPT_HOST not specified, using the gateway ($SMTP_HOST) as default" + echo "SMTP_HOST not specified, using the gateway ($SMTP_HOST) as default" fi if [[ ! -v SMTP_PORT ]]; then