From bc014ca33f297dfb1d8f8d13be54a28c503f9437 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 2 Jun 2022 09:17:00 -0400 Subject: [PATCH] typo fixes database language update bug --- scripts/update_birdnet_snippets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index 5589311..db5ef01 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -76,7 +76,7 @@ if systemctl list-unit-files pushed_notifications.service &>/dev/null;then fi if [ ! -f $HOME/BirdNET-Pi/model/labels.txt ];then - [ $DATABASE_LANG == 'not-selected' ] && $DATABASE_LANG=en + [ $DATABASE_LANG == 'not-selected' ] && DATABASE_LANG=en $my_dir/install_language_label.sh -l $DATABASE_LANG \ && logger "[$0] Installed new language label file for '$DATABASE_LANG'"; fi