Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed shebang on wait-for-it.sh
  • Loading branch information
pierotofy committed Dec 13, 2016
1 parent 070e72b commit 32108c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wait-for-it.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# Use this script to test if a given TCP host/port are available

cmdname=$(basename $0)
Expand Down Expand Up @@ -158,4 +158,4 @@ if [[ $CLI != "" ]]; then
exec $CLI
else
exit $RESULT
fi
fi

0 comments on commit 32108c7

Please sign in to comment.