vishnubob / wait-for-it

Pure bash script to test and wait on the availability of a TCP host and port
MIT License
9.39k stars 2.27k forks source link

Line 75 syntax error #93

Closed srdn25 closed 4 years ago

srdn25 commented 4 years ago

line 75: syntax error: unexpected "(" (expecting ";;")

P.S: Script running via /bin/sh

srdn25 commented 4 years ago

duplicate question https://github.com/vishnubob/wait-for-it/issues/69#issue-462990769

SOLUTION

apk add --no-cache bash
bash wait-for-it.sh

https://github.com/vishnubob/wait-for-it/issues/69#issuecomment-518065673