From 28b7f16d4e04c7d99f65cff7621305e00f54fead Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 22:24:53 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 43ab2246..5f6d6ce5 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -199,8 +199,10 @@ NEWSITE(){ #if [ -z ${SITE_TYPE+x} ]; then SITE_TYPE=local; fi #if [ -z ${CREATE_SSL+x} ]; then CREATE_SSL=true; fi if [ -z ${NEW_SITE+x} ]; then - echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}" - read NEW_SITE + until [ "${NEW_SITE}" != "" ]; do + echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}" + read NEW_SITE + done showdivide=yes echo fi