Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user