This commit is contained in:
2023-11-12 10:32:26 -06:00
parent c80680c235
commit 003d2e43d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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'