From 01e673b31ba9e0cd94a4c26a4936491d5adbb457 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 22:30:53 -0500 Subject: [PATCH] Update run.sh --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index a0017a5e..a1b232e5 100755 --- a/run.sh +++ b/run.sh @@ -11,9 +11,9 @@ fi source /opt/idssys/nodemgmt/defaults.inc if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then - if [ "${1}" = "gui" ]; then - # DISP_HEADER - fi + # if [ "${1}" = "gui" ]; then + # DISP_HEADER + # fi if [ "${1}" != "gui" ]; then if [ "${2}" != "q" ]; then echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"