Skip to content

Commit

Permalink
fix variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
msvechla committed Jun 2, 2021
1 parent 836255a commit 49517a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ postfix_setup_relayhost() {

# Allow to overwrite RELAYHOST in the sasl_passwd file with SASL_RELAYHOST variable if specified
if [ ! -z "$SASL_RELAYHOST" ]; then
SASL_RELAYHOST = $RELAYHOST
SASL_RELAYHOST=$RELAYHOST
fi

if [ -n "$RELAYHOST_USERNAME" ] && [ -n "$RELAYHOST_PASSWORD" ]; then
Expand Down

0 comments on commit 49517a4

Please sign in to comment.