From 67df734ca3623d07d7db80f2f18697e87579de11 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Aug 2023 18:16:20 -0500 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 03de0632..8fe47421 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERS='4.10.43-08032023' +VERS='4.10.44-08062023' noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns ' CERT_DAEMON='/snap/bin/certbot' diff --git a/inc/sites.inc b/inc/sites.inc index 2ff28493..47cec2f7 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -365,7 +365,7 @@ NEWSITE(){ ssh root@${NM_SINGLESRVR_IP['WEB']} "sed -ie \"/domain: # Proxies only requiring username and password/a ~~~ - \\\"${MAIN_SITE}\\\"\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml" ssh root@${NM_SINGLESRVR_IP['WEB']} "sed -i \"s/~~~/ /g\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml" - ssh root@${NM_SINGLESRVR_IP['WEB']} "docker restart authelia" + ssh root@${NM_SINGLESRVR_IP['WEB']} "/usr/bin/docker restart authelia" else SECURE=""