Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rugarci authored Dec 23, 2021
1 parent dd4f01d commit 9056625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if test -z $SMTP_ROOT; then
fi

if test -z $SMTP_HOSTNAME; then
echo "SMTP_HOSTNAME is not set"
exit 1
export SMTP_HOSTNAME=$(hostname)
echo "SMTP_HOSTNAME is not set, Using default: $SMTP_HOSTNAME"
fi

if test -z $SMTP_MAIL_HUB; then
Expand Down

0 comments on commit 9056625

Please sign in to comment.