Changed shebang on wait-for-it.sh

pull/66/head
Piero Toffanin 2016-12-13 10:04:59 -05:00
rodzic 070e72bd5a
commit 32108c7f32
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)
@ -158,4 +158,4 @@ if [[ $CLI != "" ]]; then
exec $CLI
else
exit $RESULT
fi
fi