mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Fix weekly report script localhost reference
Update weekly report script to use localhost:8081.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user