Update test.sh

This commit is contained in:
2019-02-07 17:17:53 -06:00
parent e10a3ddb31
commit 5c19417bdd

View File

@@ -28,6 +28,6 @@ CHECK_HOST(){
echo $1
echo ${noheader}
if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then
if [[ "$1" != *"${noheader}"* ]]; then
echo 'not found'
fi