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:
@@ -18,3 +18,6 @@ fi
|
|||||||
if ! grep PRIVACY_MODE /etc/birdnet/birdnet.conf;then
|
if ! grep PRIVACY_MODE /etc/birdnet/birdnet.conf;then
|
||||||
sudo -u${USER} echo "PRIVACY_MODE=off" >> /etc/birdnet/birdnet.conf
|
sudo -u${USER} echo "PRIVACY_MODE=off" >> /etc/birdnet/birdnet.conf
|
||||||
fi
|
fi
|
||||||
|
if ! grep RTSP_STREAM /etc/birdnet/birdnet.conf;then
|
||||||
|
sudo -u${USER} echo "RTSP_STREAM=" >> /etc/birdnet/birdnet.conf
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user