Merge pull request #538 from SvenRoederer/core-fix-typo

core/entrypoint: fix typo
This commit is contained in:
Abhilash Raj
2022-04-13 23:58:16 -07:00
committed by GitHub

View File

@@ -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