Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-01 17:54:43 -06:00
parent 7e7f5b326e
commit 7d898afb9c

View File

@@ -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