diff --git a/docker/wait-for-it.sh b/docker/wait-for-it.sh index d990e0d..65b7f1f 100755 --- a/docker/wait-for-it.sh +++ b/docker/wait-for-it.sh @@ -1,6 +1,10 @@ #!/usr/bin/env bash # Use this script to test if a given TCP host/port are available +# The MIT License (MIT) +# Copyright (c) 2016 Giles Hall +# Source: https://github.com/vishnubob/wait-for-it + WAITFORIT_cmdname=${0##*/} echoerr() { if [[ $WAITFORIT_QUIET -ne 1 ]]; then echo "$@" 1>&2; fi }