Update test.sh

This commit is contained in:
2019-02-07 17:16:19 -06:00
parent f1d9ff3565
commit b371128d36

View File

@@ -26,7 +26,8 @@ CHECK_HOST(){
fi fi
} }
echo $1
test=$(CHECK_HOST ${1}) echo ${noheader}
if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then
echo $test
fi