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