Update sites.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user