From 01e3dc073650c8382b12cfff3a02a3baf0c1fda8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 17:20:18 -0600 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3cb8d58..a635752 100755 --- a/test.sh +++ b/test.sh @@ -28,6 +28,6 @@ CHECK_HOST(){ echo $1 echo ${noheader} -if [[ "$1" != *"$noheader"* ]]; then +if [[ "${noheader}" != *"${1}"* ]]; then echo 'not found' fi \ No newline at end of file