From 45aa4d51c44f2d10f9171dc94430cb48e7e435fb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 Sep 2019 21:08:06 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e799f0bc..6dd6cc31 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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