mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "7680982315274c598d0e487288c014f6f2c3f0a5" and "adf4ffddb30aea96c7737c1a8607d9d032169d1b" have entirely different histories.
7680982315
...
adf4ffddb3
|
@ -85,7 +85,7 @@ function select_storage() {
|
|||
local STORAGE
|
||||
while [ -z "${STORAGE:+x}" ]; do
|
||||
STORAGE=$(whiptail --title "Storage Pools" --radiolist \
|
||||
"Which storage pool you would like to use for ${APPLICATION}?\nTo make a selection, use the Spacebar.\n" \
|
||||
"Which storage pool you would like to use for the ${CONTENT_LABEL,,}?\n\n" \
|
||||
16 $(($MSG_MAX_LENGTH + 23)) 6 \
|
||||
"${MENU[@]}" 3>&1 1>&2 2>&3) || exit "Menu aborted."
|
||||
done
|
||||
|
|
|
@ -369,7 +369,7 @@ elif [ $((${#STORAGE_MENU[@]} / 3)) -eq 1 ]; then
|
|||
else
|
||||
while [ -z "${STORAGE:+x}" ]; do
|
||||
STORAGE=$(whiptail --title "Storage Pools" --radiolist \
|
||||
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
|
||||
"Which storage pool you would like to use for the HAOS VM?\n\n" \
|
||||
16 $(($MSG_MAX_LENGTH + 23)) 6 \
|
||||
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue