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]}"