mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 16:16:19 +00:00
Update create_vm_menu.sh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user