From 737042b24b3e2d9f76975ce58708711776584bfe Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 25 Apr 2022 08:57:34 -0400 Subject: [PATCH] Update update_birdnet.sh adding the new variable to the update script to make sure it is added to older systems --- scripts/update_birdnet.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/update_birdnet.sh b/scripts/update_birdnet.sh index a48e7d6..dd6e84a 100755 --- a/scripts/update_birdnet.sh +++ b/scripts/update_birdnet.sh @@ -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