From b371128d365aa6e6b0a35b0071a4a7954cb55473 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 17:16:19 -0600 Subject: [PATCH] Update test.sh --- test.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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