From 8831bbbe97053ba21ffd9a0c8b26f25494e8a65f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 11:26:18 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 6c5f1b07..f1bb4e6f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -451,7 +451,7 @@ NEWSITE(){ echo -en "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}" read -n 1 NGINXRELOAD if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then - tmp='' + echo else echo SERVICE nginx restart @@ -465,6 +465,7 @@ NEWSITE(){ ${NM_SCRIPT} newsite exit 0 fi + echo } NEWPROXYSITE_CREATE(){