Increase whiptail checklist options in service selection wizard for enhanced user experience

This commit is contained in:
Yury Kossakovsky
2025-08-15 16:36:25 -06:00
parent 7037b203bb
commit d1b96e6176

View File

@@ -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)