From 0653eef14a12ba2c98462b6a65b85f3b690ab4d0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 23:46:50 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1f97a440..e720c63a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -339,8 +339,6 @@ 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]}"