diff --git a/scripts/04_wizard.sh b/scripts/04_wizard.sh index 6f49b93..3068e30 100755 --- a/scripts/04_wizard.sh +++ b/scripts/04_wizard.sh @@ -104,7 +104,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 19 \ + "Choose the services you want to deploy.\nUse ARROW KEYS to navigate, SPACEBAR to select/deselect, ENTER to confirm." 32 90 20 \ "${services[@]}" \ 3>&1 1>&2 2>&3)