From 053212c83a5eeb98bafb17b3491a898bfe926131 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 19:47:37 -0500 Subject: [PATCH] Update run.sh --- run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 65ffdb7..b6988ff 100755 --- a/run.sh +++ b/run.sh @@ -5,9 +5,7 @@ source /opt/idssys/dsmon/config.settings.inc source /opt/idssys/defaults/colors.inc -noheader=' hdd sys ' - -if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]] && [ "${2}" != "report" ]; then +if [ "${1}" == "update" ]; then # if [ "${1}" = "gui" ]; then # DISP_HEADER # fi