From 003d2e43d5afb1a64bbecc4a4af272ccb83c173c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Nov 2023 10:32:26 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- inc/sites.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 4b1622c8..52fd6952 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.13.5-11112023' +VERS='4.13.6-11122023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/sites.inc b/inc/sites.inc index ed604d71..c9c78651 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -637,7 +637,7 @@ SITEINFO(){ if [ "$(grep '\#include conf.d/include/secure-access.conf' ${sitefile})" == "" ]; then - sitefacline=$(grep -Fn ${site} ${autheliaconfig}) + sitefacline=$(echo "${autheliaconfig}" | grep -Fn ${site}) sitefacline=${sitefacline%%:*} if [ "${sitefacline}" == "" ]; then lock='error'