Adding notify.run browser notifications

This commit is contained in:
ehpersonal38
2022-04-28 08:44:51 -04:00
parent a352b25941
commit a9893c519b
5 changed files with 38 additions and 0 deletions
+4
View File
@@ -18,3 +18,7 @@ fi
if ! grep PRIVACY_MODE /etc/birdnet/birdnet.conf;then
sudo -u${USER} echo "PRIVACY_MODE=off" >> /etc/birdnet/birdnet.conf
fi
if ! grep NOTIFY_RUN_CHANNEL_ID /etc/birdnet/birdnet.conf;then
sudo -u${USER} echo "NOTIFY_RUN_CHANNEL_ID=" >> /etc/birdnet/birdnet.conf
fi