Update create_lxc.sh

correct storage menu message
pull/1750/head
tteckster 1 year ago committed by GitHub
parent 76d7cc6f71
commit 8db5f6fedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,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,,}?\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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.