diff --git a/inc/sites.inc b/inc/sites.inc index d9a8e485..77c8e468 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -446,14 +446,14 @@ NEWSITE(){ echo echo -e "${idsCL[LightGreen]}The new site for '${idsCL[LightGreen]}${NEW_SITE}${idsCL[Default]}' has been created.${idsCL[Default]}" echo - echo -en "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}" - read -n 1 NGINXRELOAD - if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then - echo - else - echo + # echo -en "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}" + # read -n 1 NGINXRELOAD + # if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then + # echo + # else + # echo SERVICE nginx restart - fi + # fi else echo "Missing proxy arguments" Exit 1