update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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 '
|
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'
|
CERT_DAEMON='/snap/bin/certbot'
|
||||||
|
|||||||
@@ -637,7 +637,7 @@ SITEINFO(){
|
|||||||
|
|
||||||
if [ "$(grep '\#include conf.d/include/secure-access.conf' ${sitefile})" == "" ]; then
|
if [ "$(grep '\#include conf.d/include/secure-access.conf' ${sitefile})" == "" ]; then
|
||||||
|
|
||||||
sitefacline=$(grep -Fn ${site} ${autheliaconfig})
|
sitefacline=$(echo "${autheliaconfig}" | grep -Fn ${site})
|
||||||
sitefacline=${sitefacline%%:*}
|
sitefacline=${sitefacline%%:*}
|
||||||
if [ "${sitefacline}" == "" ]; then
|
if [ "${sitefacline}" == "" ]; then
|
||||||
lock='error'
|
lock='error'
|
||||||
|
|||||||
Reference in New Issue
Block a user