Update 99-run.sh

This commit is contained in:
Alexandre
2024-04-28 19:36:59 +02:00
committed by GitHub
parent 27f8096294
commit 1283dc2900

View File

@@ -103,7 +103,7 @@ bashio::log.info "Adapting webui"
# Correct language labels
export "$(grep "^DATABASE_LANG" /config/birdnet.conf)" || exit 1
echo "... adapting labels according to birdnet.conf file to $DATABASE_LANG"
.$HOME/BirdNET-Pi/scripts/install_language_label_nm.sh -l "$DATABASE_LANG" || exit 1
."$HOME"/BirdNET-Pi/scripts/install_language_label_nm.sh -l "$DATABASE_LANG" || exit 1
# Remove services tab
echo "... removing System Controls from webui as should be used from HA"