Update run.sh

This commit is contained in:
2019-03-03 10:33:44 -06:00
parent 119df006ed
commit da68eff111

2
run.sh
View File

@@ -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