From 8486022a7b0c423b4bcb96fdfd0ff2a270d931b8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 20 Jul 2023 21:25:50 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/sites.inc b/inc/sites.inc index 3ca27b60..a28a8877 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -54,9 +54,9 @@ DELSITE(){ ssh root@${NM_SINGLESRVR_IP['WEB']} sed -i "/${DEL_SITE}/d" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml - echo -en "${idsCL[LightCyan]}Reloading NGINX ... ${idsCL[Default]}" - SERVICE nginx reload >/dev/null 2>&1 - echo -e "${idsCL[Green]}Done${idsCL[Default]}" + # echo -en "${idsCL[LightCyan]}Reloading NGINX ... ${idsCL[Default]}" + SERVICE nginx reload + # echo -e "${idsCL[Green]}Done${idsCL[Default]}" # nid=1 # for nip in "${WEB_HOSTS[@]}"; do