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

No output on success case #6

Open
chrisinmtown opened this issue Aug 14, 2017 · 1 comment
Open

No output on success case #6

chrisinmtown opened this issue Aug 14, 2017 · 1 comment

Comments

@chrisinmtown
Copy link

chrisinmtown commented Aug 14, 2017

Would like a success message, that can be suppressed by -q. I suggest adding this about line 30:

if [ "$QUIET" -ne 1 ]; then echo "Operation succeeded on try $i"; fi

Thanks for the script.

@ianfixes
Copy link

ianfixes commented Oct 25, 2018

Is this different than just invoking something like ./wait-for google.com:80 -t 4 -- echo "Operation succeeded" ?

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

No branches or pull requests

2 participants