From 927d9ff04376f963c1d31c6e93734646daa1a0da Mon Sep 17 00:00:00 2001 From: Body4 Date: Fri, 4 Dec 2020 22:22:00 +0100 Subject: [PATCH] Update run.sh --- web/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/run.sh b/web/run.sh index 93e396f..aa3d5b1 100755 --- a/web/run.sh +++ b/web/run.sh @@ -27,7 +27,7 @@ if [ -r /.firstboot.tmp ]; then if [ -z "$POSTFIX_RELAY_HOST" ]; then echo "POSTFIX_RELAY_HOST is not set, please configure Postfix manually later..." else - postconf -e "relayhost = $POSTFIX_RELAY" + postconf -e "relayhost = $POSTFIX_RELAY_HOST" fi # Fix timezone (adapt to your local zone)