From eee127ce75fe1ca448ad138d59ce085f60cd44d3 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:52:35 -0400 Subject: [PATCH] forgot to do this --- birdnet.conf-defaults | 6 ++++++ scripts/install_config.sh | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 88732b9..446a7c8 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -158,6 +158,12 @@ AUDIOFMT=mp3 DATABASE_LANG=en +## SILENCE_UPDATE_INDICATOR is for quieting the display of how many commits +## your installation is behind by, relative to the Github repo. This number +## appears next to "Tools" when you're 50 or more commits behind. + +SILENCE_UPDATE_INDICATOR=0 + ## These are just for debugging LAST_RUN= THIS_RUN= diff --git a/scripts/install_config.sh b/scripts/install_config.sh index dcb78c1..4d4c43d 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -170,6 +170,12 @@ AUDIOFMT=mp3 ## DATABASE_LANG is the language used for the bird species database DATABASE_LANG=en +## SILENCE_UPDATE_INDICATOR is for quieting the display of how many commits +## your installation is behind by, relative to the Github repo. This number +## appears next to "Tools" when you're 50 or more commits behind. + +SILENCE_UPDATE_INDICATOR=0 + ## These are just for debugging LAST_RUN= THIS_RUN=