From 5dd25f7868d6dc504e3deac2661146839161cf3e Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Mon, 15 Aug 2016 23:32:52 +0200 Subject: [PATCH] Refactored. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4439fa31..23f0c52a 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ run: -e SA_TAG=$(SA_TAG) \ -e SA_TAG2=$(SA_TAG2) \ -e SA_KILL=$(SA_KILL) \ - -e SASL_PASSWD=$(SASL_PASSWD) \ + -e SASL_PASSWD="$(SASL_PASSWD)" \ -e ONE_DIR=$(ONE_DIR) \ -h mail.my-domain.com -t $(NAME) # Wait for containers to fully start