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

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

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'