Compare commits

...

3 Commits

Author SHA1 Message Date
tteckster 7680982315
Update haos-vm.sh
change storage menu message
2023-05-13 07:31:12 -04:00
tteckster f5a8f4ca73
Update create_lxc.sh
tweak
2023-05-13 07:19:25 -04:00
tteckster 825a551521
Update create_lxc.sh
change menu message
2023-05-13 06:34:33 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -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 the ${CONTENT_LABEL,,}?\n\n" \
"Which storage pool you would like to use for ${APPLICATION}?\nTo make a selection, use the Spacebar.\n" \
16 $(($MSG_MAX_LENGTH + 23)) 6 \
"${MENU[@]}" 3>&1 1>&2 2>&3) || exit "Menu aborted."
done

View File

@ -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 the HAOS VM?\n\n" \
"Which storage pool you would like to use for ${HN}?\nTo make a selection, use the Spacebar.\n" \
16 $(($MSG_MAX_LENGTH + 23)) 6 \
"${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit
done