diff --git a/wait-for-it.sh b/wait-for-it.sh index 2af99e08..11eaf6eb 100755 --- a/wait-for-it.sh +++ b/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) @@ -158,4 +158,4 @@ if [[ $CLI != "" ]]; then exec $CLI else exit $RESULT -fi \ No newline at end of file +fi