-
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
Request to have a shell version of the script #121
Comments
I found a shell version here: https://gist.github.com/yahyaergun/597d787c6aeffd495e9eaa8b3fdd8e96 |
Yep, I had the same issue. I was using the |
Hey @mrhovunping , You can install the Wait4X from the official Alpine repositories: |
Hi team,
The script is quite useful, we used it a lot on linux container (ubuntu based). We have switched to Alpine version container and script does not work on this version because "bash" is not the default shell. While there is a work around to install bash on alpine, it would be nice to have a sh version of the script.
The text was updated successfully, but these errors were encountered: