Update run.sh

Body4 2020-12-04 22:22:00 +01:00 committed by GitHub
parent f85912450a
commit 927d9ff043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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