Update nodemgmt-scripts.sh
This commit is contained in:
@@ -894,11 +894,11 @@ NEWSITE(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -z ${SITE_TYPE+x} ]; then
|
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
|
read SITE_TYPE
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
if [ "${SITE_TYPE}" != "proxy" ]; then
|
if [ "${SITE_TYPE}" = "" ]; then
|
||||||
SITE_TYPE=local
|
SITE_TYPE=proxy
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "${SITE_TYPE}" = "proxy" ]; then
|
if [ "${SITE_TYPE}" = "proxy" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user