Update nodemgmt-scripts.sh

This commit is contained in:
2019-09-29 21:08:06 -05:00
parent b589e40ee8
commit 45aa4d51c4

View File

@@ -894,11 +894,11 @@ NEWSITE(){
fi
fi
if [ -z ${SITE_TYPE+x} ]; then
echo -e -n "${idsCL[LightCyan]}Site type ([local]/proxy): ${idsCL[Default]}"
echo -e -n "${idsCL[LightCyan]}Site type (local/{proxy}): ${idsCL[Default]}"
read SITE_TYPE
showdivide=yes
if [ "${SITE_TYPE}" != "proxy" ]; then
SITE_TYPE=local
if [ "${SITE_TYPE}" = "" ]; then
SITE_TYPE=proxy
fi
fi
if [ "${SITE_TYPE}" = "proxy" ]; then