From 7d898afb9c68c8913b7c28ba470889531a611863 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 17:54:43 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 73e90267..607c0c9d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -86,7 +86,7 @@ case "$1" in done if [ -z ${SITE_TYPE+x} ]; then SITE_TYPE=local; fi if [ -z ${CREATE_SSL+x} ]; then CREATE_SSL=true; fi - if [ "${NEW_SITE}" != "" ]]; then + if [ "${NEW_SITE}" != "" ]; then if [ "${SITE_TYPE}" = "proxy" ]; then if [ ! -z ${PROXYSCHEME+x} ] && [ ! -z ${PROXYHOST+x} ] && [ ! -z ${PROXYPORT+x} ]; then GO=true; fi else GO=true; fi