From da68eff11113dac06432d351d1066f0ef387a7e4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 10:33:44 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 4b9962b8..1ccf5e0c 100755 --- a/run.sh +++ b/run.sh @@ -11,7 +11,7 @@ fi source /opt/idssys/nodemgmt/defaults.inc if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then - if [ "${1}" = "gui" ]; then + if [ "${1}" = "gui" ] && [ "${2}" != "q" ]; then DISP_HEADER fi if [ "${1}" != "gui" ]; then