Update birdnet-pi-config

This commit is contained in:
Patrick McGuire
2021-10-28 13:52:48 -04:00
committed by GitHub
parent 06b5a67508
commit f3f78c8f5d
+2 -2
View File
@@ -747,8 +747,8 @@ do_internationalisation_menu() {
return 0
elif [ $RET -eq 0 ]; then
case "$FUN" in
Locale*) do_change_locale ;;
Time*) do_change_timezone ;;
Locale*) do_change_locale; do_finish ;;
Time*) do_change_timezone; do_finish ;;
Key*) do_configure_keyboard ;;
WLAN*) do_wifi_country ;;
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;