Merge pull request #5 from mcguirepr89/ui-tweaks

UI tweaks
This commit is contained in:
Jake Herbst
2022-05-20 09:00:16 -04:00
committed by GitHub
23 changed files with 783 additions and 136 deletions
+4
View File
@@ -54,3 +54,7 @@ if grep bash $HOME/BirdNET-Pi/templates/web_terminal.service;then
sudo systemctl daemon-reload
sudo systemctl restart web_terminal.service
fi
[ -L ~/BirdSongs/Extracted/static ] || ln -sf ~/BirdNET-Pi/homepage/static ~/BirdSongs/Extracted
if ! grep FLICKR_API_KEY /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "FLICKR_API_KEY=" >> /etc/birdnet/birdnet.conf
fi