From d206a74ee01b73b6d0ea2670366f1b2fff817e92 Mon Sep 17 00:00:00 2001 From: Ryszard Perkowski Date: Sun, 24 Jul 2016 08:12:36 +0200 Subject: [PATCH] ctargs variable misspelled Fix for https://github.com/CiscoCloud/nginx-consul/issues/13 where system variables are not handled --- scripts/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launch.sh b/scripts/launch.sh index a215664..bc7d48c 100755 --- a/scripts/launch.sh +++ b/scripts/launch.sh @@ -39,7 +39,7 @@ reload_consul_template() { consul-template -log-level ${CONSUL_LOGLEVEL} \ -config /consul-template/config.d \ - ${ctvars} & + ${ctargs} & ctpid=$! }