From 4d295c8f2992f1b85dbd353022948186ecf9ed0c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 23:24:19 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 22a626d7..25fb4c18 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -636,7 +636,6 @@ SITEINFO(){ fi sitefacline=$(ssh root@${NM_AUTHELIA_IP} grep -Fn ${site} /mnt/web-data/authelia/config/configuration.yml) sitefacline=${sitefacline%%:*} - echo "HERE: ${onefacline} - ${twofacline} - ${sitefacline}" if [ "${sitefacline}" == "" ]; then lock='error' elif [ ${sitefacline} -lt ${onefacline} ]; then