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