mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1cf687237c
commit
cccf608f6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user