Update test.sh

This commit is contained in:
2019-02-07 17:18:26 -06:00
parent 5c19417bdd
commit 850b184c2e

View File

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