From 528403fbd0c451e5b6253f707a56de2ccfa04672 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 12:15:18 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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