Update create_vm_menu.sh

This commit is contained in:
MacRimi 2025-03-23 17:59:45 +01:00
parent f2c724164f
commit ba8a7a0a13

View File

@ -27,8 +27,8 @@ initialize_cache
show_proxmenux_logo show_proxmenux_logo
while true; do while true; do
OPTION=$(whiptail --title "$(translate "Create VM Menu")" --menu "$(translate "Select a VM template to create:")" 18 70 5 \ OPTION=$(whiptail --title "$(translate "Create VM Menu")" --menu "$(translate "Select a VM to create:")" 18 70 5 \
"1" "$(translate "Synology DSM Virtual Machine")" \ "1" "$(translate "Synology DSM VM")" \
"2" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3) "2" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3)
case $OPTION in case $OPTION in