From 6e9108e238e448a0314bf425965ce0aefb219d6c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Jul 2023 22:53:42 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/sites.inc b/inc/sites.inc index 6bb0a3d2..a8ec810b 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -53,6 +53,9 @@ DELSITE(){ fi echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo + + 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]}" ssh root@10.10.10.80 nodemgmt service nginx reload >/dev/null 2>&1 ssh root@10.10.1.120 nodemgmt service nginx reload >/dev/null 2>&1