mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 22:01:15 +00:00
Update upgrade_pve8_to_pve9.sh
This commit is contained in:
@@ -87,7 +87,7 @@ ask_run_mode() {
|
|||||||
choice=$(
|
choice=$(
|
||||||
dialog --backtitle "ProxMenux" \
|
dialog --backtitle "ProxMenux" \
|
||||||
--title "$title" \
|
--title "$title" \
|
||||||
--menu "$text" 17 78 3 \
|
--menu "$text" 20 70 8 \
|
||||||
1 "$(translate "Automatic/Unattended")" \
|
1 "$(translate "Automatic/Unattended")" \
|
||||||
2 "$(translate "Interactive (guided, prompts visible)")" \
|
2 "$(translate "Interactive (guided, prompts visible)")" \
|
||||||
3 "$(translate "Run PVE 8 to 9") check" \
|
3 "$(translate "Run PVE 8 to 9") check" \
|
||||||
@@ -130,7 +130,7 @@ ask_run_mode() {
|
|||||||
local choice
|
local choice
|
||||||
if ! choice=$(
|
if ! choice=$(
|
||||||
whiptail --title "$(translate "Select run mode")" \
|
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")" \
|
"1" "$(translate "Automatic/Unattended")" \
|
||||||
"2" "$(translate "Interactive (guided, prompts visible)")" \
|
"2" "$(translate "Interactive (guided, prompts visible)")" \
|
||||||
"3" "$(translate "Run PVE 8 to 9") check" \
|
"3" "$(translate "Run PVE 8 to 9") check" \
|
||||||
|
Reference in New Issue
Block a user