Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo (choice 0) in easyinstall.sh #1372

Merged
merged 2 commits into from
Nov 17, 2023
Merged

Fix typo (choice 0) in easyinstall.sh #1372

merged 2 commits into from
Nov 17, 2023

Conversation

uweseimet
Copy link
Contributor

@uweseimet uweseimet commented Nov 16, 2023

Co-authored-by: Frank Danapfel frank.danapfel@redhat.com

Co-authored-by: Frank Danapfel
@uweseimet uweseimet linked an issue Nov 16, 2023 that may be closed by this pull request
easyinstall.sh Outdated
@@ -1504,7 +1504,7 @@ function readChoice() {
choice=-1

until [ $choice -ge "0" ] && ([ $choice -eq "99" ] || [ $choice -le "17" ]) ; do
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be changed to [ $choice -gt "0" ] ("greater than" rather than "greater than or equal to")?

Copy link
Contributor Author

@uweseimet uweseimet Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot. I've just changed that to '-ge "1"'. The "99" choice is funny. It is called hidden, but everybody can see it when looking at the script ;-).

@uweseimet uweseimet merged commit e5b99d4 into develop Nov 17, 2023
6 checks passed
@uweseimet uweseimet deleted the issue_1371 branch November 17, 2023 12:00
rdmark pushed a commit that referenced this pull request May 1, 2024
* Fix typo (choice 0) in easyinstall.sh

Co-authored-by: Frank Danapfel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small typo in easyinstall.sh menu
2 participants