Merge pull request #100 from Body4/patch-1

Update run.sh
Alexandre Dulaunoy 2021-03-07 23:01:59 +01:00 committed by GitHub
commit 36701a66f4
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)