From 2f2f9aa45433460fae8a81ca028b3d6864d1ebc8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 23:45:58 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 98f21ecf..1f97a440 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -339,6 +339,8 @@ NEWSITE(){ echo -e -n "${idsCL[LightCyan]}New site domain name: ${idsCL[Default]}" read NEW_SITE showdivide=yes + else + fi if [ -z ${CREATE_SSL+x} ]; then echo -e -n "${idsCL[LightCyan]}Create SSL for site? [Y/n] ${idsCL[Default]}" @@ -378,9 +380,9 @@ NEWSITE(){ if [ "${showdivide}" = "yes" ]; then DIVIDER; fi echo "" width=16 - printf "%-${width}s- %s\n" "New site:" "${NEW_SITE}" - printf "%-${width}s- %s\n" "Create SSL:" "${CREATE_SSL}" - printf "%-${width}s- %s\n" "Site type:" "${SITE_TYPE}" + printf "%-${width}s: %s\n" "New site" "${NEW_SITE}" + printf "%-${width}s: %s\n" "Create SSL" "${CREATE_SSL}" + printf "%-${width}s: %s\n" "Site type" "${SITE_TYPE}" if [ "${SITE_TYPE}" = "proxy" ]; then printf "%-${width}s- %s\n" "Proxy host:" "${PROXYHOST}" printf "%-${width}s- %s\n" "Proxy port:" "${PROXYPORT}"