Silence update indicators in birdnet configuration

Modify the configuration to silence update indicators.
This commit is contained in:
Alexandre
2025-09-23 13:57:46 +02:00
committed by GitHub
parent d3b3f870cc
commit 31d5a47692

View File

@@ -63,6 +63,10 @@ if false && bashio::config.true 'Use_tphakala_model_v2'; then
fi
fi
# Avoid updates
echo "... modifying the config to silence update indicators"
sed -i "/SILENCE_UPDATE_INDICATOR/c SILENCE_UPDATE_INDICATOR=1" /config/birdnet.conf
# Correct language labels according to birdnet.conf
echo "... adapting labels according to birdnet.conf"
if export "$(grep "^DATABASE_LANG" /config/birdnet.conf)"; then