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