From c447439580aa29bfad6af69b30ba803d5d34d7b9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:05:55 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 7df5022d..13e23ff4 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -148,7 +148,8 @@ function select_storage() { DISPLAY_SELECTED=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "Storage Pools" --radiolist \ "Which storage pool for ${CONTENT_LABEL,,}?\n(Spacebar to select)" \ 16 "$WIDTH" 6 "${MENU[@]}" 3>&1 1>&2 2>&3) || { - msg_error "Storage selection cancelled by user." + printf "\e[?25h" + msg_error "Storage selection cancelled by user. Aborting script." exit 202 }