Update test.sh

This commit is contained in:
2019-02-07 17:20:18 -06:00
parent 850b184c2e
commit 01e3dc0736

View File

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