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 ${SITE_TYPE+x} ]; then SITE_TYPE=local; fi
|
||||||
#if [ -z ${CREATE_SSL+x} ]; then CREATE_SSL=true; fi
|
#if [ -z ${CREATE_SSL+x} ]; then CREATE_SSL=true; fi
|
||||||
if [ -z ${NEW_SITE+x} ]; then
|
if [ -z ${NEW_SITE+x} ]; then
|
||||||
echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}"
|
until [ "${NEW_SITE}" != "" ]; do
|
||||||
read NEW_SITE
|
echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}"
|
||||||
|
read NEW_SITE
|
||||||
|
done
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user