This commit is contained in:
2019-02-07 17:25:15 -06:00
parent 780939c53c
commit d5f1d64d3f

View File

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