diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index d7e86c2..6651e63 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -40,6 +40,9 @@ fi if ! grep APPRISE_NOTIFY_NEW_SPECIES /etc/birdnet/birdnet.conf &>/dev/null;then sudo -u$USER echo "APPRISE_NOTIFY_NEW_SPECIES=0 " >> /etc/birdnet/birdnet.conf fi +if ! grep APPRISE_NOTIFY_NEW_SPECIES_EACH_DAY /etc/birdnet/birdnet.conf &>/dev/null;then + sudo -u$USER echo "APPRISE_NOTIFY_NEW_SPECIES_EACH_DAY=0 " >> /etc/birdnet/birdnet.conf +fi # If the config does not contain the DATABASE_LANG setting, we'll want to add it. # Defaults to not-selected, which config.php will know to render as a language option.