diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 393d9855..3b06b44d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -933,7 +933,7 @@ 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 @@ -942,17 +942,17 @@ NEWSITE(){ fi if [ "${SITE_TYPE}" = "proxy" ]; then if [ -z ${PROXYHOST+x} ]; then - echo -e -n "${idsCL[LightCyan]}What is the proxy backend address (IP or FQDN): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}What is the proxy backend address \(IP or FQDN\): ${idsCL[Default]}" read PROXYHOST showdivide=yes fi if [ -z ${PROXYPORT+x} ]; then - echo -e -n "${idsCL[LightCyan]}What is the proxy backend port (tcp port): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}What is the proxy backend port \(tcp port\): ${idsCL[Default]}" read PROXYPORT showdivide=yes fi if [ -z ${PROXYSCHEME+x} ]; then - echo -e -n "${idsCL[LightCyan]}What is the proxy backend scheme (http/https): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}What is the proxy backend scheme \(http/https\): ${idsCL[Default]}" read PROXYSCHEME showdivide=yes fi