wrapping up URL variable changes for public installations

This commit is contained in:
Patrick McGuire
2021-10-20 12:22:47 -04:00
parent 49dabb6c85
commit 1a1bb006f2
4 changed files with 16 additions and 18 deletions
-2
View File
@@ -191,7 +191,6 @@ install_caddy() {
}
install_Caddyfile() {
set -x
echo "Installing the Caddyfile"
[ -d /etc/caddy ] || mkdir /etc/caddy
if [ -f /etc/caddy/Caddyfile ];then
@@ -235,7 +234,6 @@ ${BIRDNETLOG_URL} {
EOF
fi
systemctl reload caddy
set +x
}
install_avahi_aliases() {