Update update_birdnet.sh

adding the new variable to the update script to make sure it is added to older systems
This commit is contained in:
Patrick McGuire
2022-04-25 08:57:34 -04:00
committed by GitHub
parent 0cc8c3491a
commit 737042b24b
+3
View File
@@ -18,3 +18,6 @@ fi
if ! grep PRIVACY_MODE /etc/birdnet/birdnet.conf;then
sudo -u${USER} echo "PRIVACY_MODE=off" >> /etc/birdnet/birdnet.conf
fi
if ! grep RTSP_STREAM /etc/birdnet/birdnet.conf;then
sudo -u${USER} echo "RTSP_STREAM=" >> /etc/birdnet/birdnet.conf
fi