This commit is contained in:
2019-02-07 17:26:23 -06:00
parent 1de2d6b17e
commit 6e88350295
2 changed files with 2 additions and 2 deletions

View File

@@ -1070,7 +1070,7 @@ GUI(){
done
}
if [ ${action-x} ]; then
if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then
if [[ "${noheader}" != *"${1}"* ]]; then
DISP_HEADER
fi
case $action in

2
run.sh
View File

@@ -12,7 +12,7 @@ else
fi
source /opt/idssys/nodemgmt/defaults.inc
if [[ "$1" != *"${noheader}"* ]] && [[ "$2" != *"${noheader}"* ]]; then
if [[ "${noheader}" != *"${action}"* ]]; then
#if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ] && [ "$2" != "report" ]; then
if [ "${1}" = "gui" ]; then
DISP_HEADER