silence update indicator

This commit is contained in:
ehpersonal38
2022-06-30 16:28:52 -04:00
parent 88a107ec6a
commit e19c7c6ba3
4 changed files with 28 additions and 8 deletions
+4
View File
@@ -98,6 +98,10 @@ if [[ "$pytest_installation_status" = "not installed" ]];then
$HOME/BirdNET-Pi/birdnet/bin/pip3 install pytest==7.1.2 pytest-mock==3.7.0
fi
if ! grep SILENCE_UPDATE_INDICATOR /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "SILENCE_UPDATE_INDICATOR=0" >> /etc/birdnet/birdnet.conf
fi
sudo systemctl daemon-reload
restart_services.sh