This commit is contained in:
2019-02-07 17:29:48 -06:00
parent 99307243d9
commit 9a296a5f15
2 changed files with 2 additions and 2 deletions

View File

@@ -1070,7 +1070,7 @@ GUI(){
done
}
if [ ${action-x} ]; then
if [[ "${noheader}" != *" ${action} "* ]]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; 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 [[ "${noheader}" != *" ${action} "* ]]; then
if [[ "${noheader}" != *" ${action} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
#if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ] && [ "$2" != "report" ]; then
if [ "${1}" = "gui" ]; then
DISP_HEADER