From d1b96e61769d57f9e2e2d4b7bfd5498c93bb6224 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Fri, 15 Aug 2025 16:36:25 -0600 Subject: [PATCH] Increase whiptail checklist options in service selection wizard for enhanced user experience --- scripts/04_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/04_wizard.sh b/scripts/04_wizard.sh index 0ac2b4e..91219a3 100755 --- a/scripts/04_wizard.sh +++ b/scripts/04_wizard.sh @@ -103,7 +103,7 @@ done # Use whiptail to display the checklist CHOICES=$(whiptail --title "Service Selection Wizard" --checklist \ - "Choose the services you want to deploy.\nUse ARROW KEYS to navigate, SPACEBAR to select/deselect, ENTER to confirm." 32 90 17 \ + "Choose the services you want to deploy.\nUse ARROW KEYS to navigate, SPACEBAR to select/deselect, ENTER to confirm." 32 90 19 \ "${services[@]}" \ 3>&1 1>&2 2>&3)