From 4e896acde9e7d91f1e2e69233417b57d88283804 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sat, 28 May 2022 15:13:53 -0400 Subject: [PATCH] this will format the caddyfile properly now --- scripts/update_caddyfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_caddyfile.sh b/scripts/update_caddyfile.sh index b803f1a..8b24791 100755 --- a/scripts/update_caddyfile.sh +++ b/scripts/update_caddyfile.sh @@ -63,4 +63,5 @@ http://localhost http://$(hostname).local ${BIRDNETPI_URL} { EOF fi +sudo caddy fmt --overwrite /etc/caddy/Caddyfile sudo systemctl reload caddy