Skip to content

Commit

Permalink
Add wait-for-it.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
parveez36khan committed Sep 17, 2024
1 parent 01ebd66 commit cc8ae83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wait-for-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use this script to test if a given TCP host/port are available

WAITFORIT_cmdname=${0##*/}

//
echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }

usage()
Expand Down

0 comments on commit cc8ae83

Please sign in to comment.