diff --git a/test.sh b/test.sh index ef7115e..c19d945 100755 --- a/test.sh +++ b/test.sh @@ -26,7 +26,8 @@ CHECK_HOST(){ fi } - -test=$(CHECK_HOST ${1}) - -echo $test \ No newline at end of file +echo $1 +echo ${noheader} +if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then + +fi \ No newline at end of file