Fix weekly report script localhost reference

Update weekly report script to use localhost:8081.
This commit is contained in:
Alexandre
2025-08-24 11:24:22 +02:00
committed by GitHub
parent f73a47e714
commit 579171929b

View File

@@ -123,6 +123,8 @@ if ! grep -q "http://:8081" /etc/caddy/Caddyfile; then
rm /etc/caddy/Caddyfile.original
fi
fi
# Fix weekly report
sed -i 's|localhost|localhost:8081|g' "$HOME/BirdNET-Pi/scripts/weekly_report.sh"
# Correct webui paths
echo "... correcting webui paths"