update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
VERS='4.13.2-11112023'
|
VERS='4.13.5-11112023'
|
||||||
|
|
||||||
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'
|
||||||
|
|||||||
@@ -638,8 +638,8 @@ SITEINFO(){
|
|||||||
sitefacline=${sitefacline%%:*}
|
sitefacline=${sitefacline%%:*}
|
||||||
if [ "${sitefacline}" == "" ]; then
|
if [ "${sitefacline}" == "" ]; then
|
||||||
lock='error'
|
lock='error'
|
||||||
ssh root@${NM_AUTHELIA_IP} "sed -ie \"/domain: # Proxies only requiring username and password/a ~~~ - \\\"${site}\\\"\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml"
|
# ssh root@${NM_AUTHELIA_IP} "sed -ie \"/domain: # Proxies only requiring username and password/a ~~~ - \\\"${site}\\\"\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml"
|
||||||
ssh root@${NM_AUTHELIA_IP} "sed -i \"s/~~~/ /g\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml"
|
# ssh root@${NM_AUTHELIA_IP} "sed -i \"s/~~~/ /g\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml"
|
||||||
elif [ ${sitefacline} -lt ${onefacline} ]; then
|
elif [ ${sitefacline} -lt ${onefacline} ]; then
|
||||||
lock='1FA'
|
lock='1FA'
|
||||||
elif [ ${sitefacline} -lt ${twofacline} ]; then
|
elif [ ${sitefacline} -lt ${twofacline} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user