diff --git a/test.sh b/test.sh index a62bcea..3cb8d58 100755 --- a/test.sh +++ b/test.sh @@ -28,6 +28,6 @@ CHECK_HOST(){ echo $1 echo ${noheader} -if [[ "$1" != *"${noheader}"* ]]; then +if [[ "$1" != *"$noheader"* ]]; then echo 'not found' fi \ No newline at end of file