From 825a55152192836d1eb2df8f2fc8ba26026493cd Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 13 May 2023 06:34:33 -0400 Subject: [PATCH] Update create_lxc.sh change menu message --- ct/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index f8326f55..427d7ee3 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -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 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