Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-24 22:27:08 -04:00
parent 1cf687237c
commit cccf608f6f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -8,6 +8,10 @@ if [[ -z "$MAILGUN_API_KEY" ]]; then
exit 1
fi
if [[ ! -z "$MAILGUN_DOMAIN" ]]; then
MAILGUN_DOMAIN_NAME=$MAILGUN_DOMAIN
fi
if [[ -z "$MAILGUN_DOMAIN_NAME" ]]; then
echo "Set the MAILGUN_DOMAIN_NAME env variable."
exit 1