From 8ee26dc3efbec75a04800b7d589ec664aeb418d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 11 Nov 2023 23:23:05 -0600 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 88193cf8..22a626d7 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -637,7 +637,7 @@ SITEINFO(){ 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 + if [ "${sitefacline}" == "" ]; then lock='error' elif [ ${sitefacline} -lt ${onefacline} ]; then lock='1FA'