From 119f22b7c98b5024aadb1f067f7437413680d59c Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Sun, 20 Mar 2022 18:43:42 +0100 Subject: [PATCH] core/entrypoint: fix typo Signed-off-by: Sven Roederer --- core/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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