core/entrypoint: fix typo
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
This commit is contained in:
@@ -36,7 +36,7 @@ fi
|
|||||||
# SMTP_HOST defaults to the gateway
|
# SMTP_HOST defaults to the gateway
|
||||||
if [[ ! -v SMTP_HOST ]]; then
|
if [[ ! -v SMTP_HOST ]]; then
|
||||||
export SMTP_HOST=$(/sbin/ip route | awk '/default/ { print $3 }')
|
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
|
fi
|
||||||
|
|
||||||
if [[ ! -v SMTP_PORT ]]; then
|
if [[ ! -v SMTP_PORT ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user