Update test.sh

This commit is contained in:
2019-02-07 17:23:54 -06:00
parent 433fdecdb3
commit 1e5be95ff0

View File

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