From 8c4b557ae2f11b24679a26c6acc33ecf97010d54 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 20 Oct 2021 11:37:53 -0400 Subject: [PATCH] debugging update_services.sh install_Caddyfile --- scripts/update_services.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 5576216..1c948bb 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -191,6 +191,7 @@ install_caddy() { } install_Caddyfile() { + set -x echo "Installing the Caddyfile" [ -d /etc/caddy ] || mkdir /etc/caddy if [ -f /etc/caddy/Caddyfile ];then @@ -234,6 +235,7 @@ ${BIRDNETLOG_URL} { EOF fi systemctl reload caddy + set +x } install_avahi_aliases() {