diff --git a/inc/sites.inc b/inc/sites.inc index e3558637..e8a04bf1 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -197,7 +197,10 @@ NEWSITE(){ esac shift done - + if [ ${CERTTEST} -eq 1 ]; then + echo -e "${idsCL[LightYellow]}${idsST[Bold]}### REQUESTING CERT IN TEST MODE ###${idsST[Reset]}${idsCL[Default]}" + echo + fi if [ -z ${NEW_SITE+x} ]; then until [ "${NEW_SITE}" != "" ]; do echo -en "${idsCL[LightCyan]}New site domain name (comma seperated for multiple): ${idsCL[Default]}"