Update vm_creator.sh

This commit is contained in:
MacRimi 2025-05-06 12:51:57 +02:00
parent 467e4c1fab
commit d8608c4974

View File

@ -89,6 +89,7 @@ function select_storage_target() {
elif [[ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]]; then elif [[ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]]; then
STORAGE="${STORAGE_MENU[0]}" STORAGE="${STORAGE_MENU[0]}"
else else
cleanup
STORAGE=$(whiptail --backtitle "ProxMenux" --title "$(translate "$PURPOSE Disk Storage")" --radiolist \ STORAGE=$(whiptail --backtitle "ProxMenux" --title "$(translate "$PURPOSE Disk Storage")" --radiolist \
"$(translate "Choose the storage volume for the $PURPOSE disk (4MB):\n\nUse Spacebar to select.")" 16 70 6 \ "$(translate "Choose the storage volume for the $PURPOSE disk (4MB):\n\nUse Spacebar to select.")" 16 70 6 \
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit 1 "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit 1