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