mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update vm_creator.sh
This commit is contained in:
parent
467e4c1fab
commit
d8608c4974
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user