debugging update_services.sh install_Caddyfile

This commit is contained in:
Patrick McGuire
2021-10-20 11:37:53 -04:00
parent 3698618063
commit 8c4b557ae2
+2
View File
@@ -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() {