From 4c9e94768e286b65a68226513aca4c51a4831588 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 20 Aug 2025 19:48:25 +0200 Subject: [PATCH] Update upgrade_pve8_to_pve9.sh --- scripts/utilities/upgrade_pve8_to_pve9.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/utilities/upgrade_pve8_to_pve9.sh b/scripts/utilities/upgrade_pve8_to_pve9.sh index 684bc44..1d75234 100644 --- a/scripts/utilities/upgrade_pve8_to_pve9.sh +++ b/scripts/utilities/upgrade_pve8_to_pve9.sh @@ -87,7 +87,7 @@ ask_run_mode() { choice=$( dialog --backtitle "ProxMenux" \ --title "$title" \ - --menu "$text" 17 78 3 \ + --menu "$text" 20 70 8 \ 1 "$(translate "Automatic/Unattended")" \ 2 "$(translate "Interactive (guided, prompts visible)")" \ 3 "$(translate "Run PVE 8 to 9") check" \ @@ -130,7 +130,7 @@ ask_run_mode() { local choice if ! choice=$( whiptail --title "$(translate "Select run mode")" \ - --menu "$(translate "Choose how to perform the upgrade:")" 17 78 3 \ + --menu "$(translate "Choose how to perform the upgrade:")" 20 70 8 \ "1" "$(translate "Automatic/Unattended")" \ "2" "$(translate "Interactive (guided, prompts visible)")" \ "3" "$(translate "Run PVE 8 to 9") check" \