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