Update sites.inc

This commit is contained in:
2023-11-13 22:25:05 -06:00
parent 28b7f16d4e
commit ec18bc2c77

View File

@@ -202,9 +202,9 @@ NEWSITE(){
until [ "${NEW_SITE}" != "" ]; do until [ "${NEW_SITE}" != "" ]; do
echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}" echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}"
read NEW_SITE read NEW_SITE
echo
done done
showdivide=yes showdivide=yes
echo
fi fi
if [[ ${NEW_SITE} == *","* ]]; then if [[ ${NEW_SITE} == *","* ]]; then