-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Rename script to wait-for-it.bash #84
Comments
Genuine question: Is this problem solved by the fact that the first line of the script is: |
The shebang only happens if the script is marked executable and executed like Now, one obvious solution is "ok so don't do that" but the convention is that if it's named This is, of course, incredibly minor. |
sounds reasonable except I never met .bash scripts before. All bash scripts were had .sh extension |
@kolomenkin It is very common to see |
And this is so much more confusing given that the typical usage of this script will be in docker containers and many of them start out based on Alpine Linux which does have |
Another solution, use a tool Wait4X that has binary version. 😃 |
Please stop spamming the issues here. You posted the same comment multiple times now. |
I just mentioned a solution. Using a binary tool is a solution, so it doesn't matter if you run on which environment. 😉 |
Since this script is a bash script and running it under POSIX sh will fail, it is technically incorrect for it to be named
.sh
.The text was updated successfully, but these errors were encountered: