From 5c19417bddde959f8f21e9591c035e20b0364422 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 17:17:53 -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 ea0e865..a62bcea 100755 --- a/test.sh +++ b/test.sh @@ -28,6 +28,6 @@ CHECK_HOST(){ echo $1 echo ${noheader} -if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then +if [[ "$1" != *"${noheader}"* ]]; then echo 'not found' fi \ No newline at end of file