Update birdnet-pi-config
This commit is contained in:
@@ -747,8 +747,8 @@ do_internationalisation_menu() {
|
|||||||
return 0
|
return 0
|
||||||
elif [ $RET -eq 0 ]; then
|
elif [ $RET -eq 0 ]; then
|
||||||
case "$FUN" in
|
case "$FUN" in
|
||||||
Locale*) do_change_locale ;;
|
Locale*) do_change_locale; do_finish ;;
|
||||||
Time*) do_change_timezone ;;
|
Time*) do_change_timezone; do_finish ;;
|
||||||
Key*) do_configure_keyboard ;;
|
Key*) do_configure_keyboard ;;
|
||||||
WLAN*) do_wifi_country ;;
|
WLAN*) do_wifi_country ;;
|
||||||
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;
|
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user