From ba7abc0052edf47a1a6ec05337f4a12f02c0024c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 25 Feb 2025 19:01:50 +0100 Subject: [PATCH] update --- scripts/menus/main_menu.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index bb95547..3f038a4 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -27,7 +27,7 @@ initialize_cache show_menu() { - cleanup + while true; do OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 8 \ "1" "$(translate "Settings post-install Proxmox")" \ @@ -55,8 +55,5 @@ done } show_proxmenux_logo -if [[ "$LANGUAGE" != "en" ]]; then - msg_lang "$(translate "Generating automatic translations...")" -fi show_menu