This commit is contained in:
2019-02-07 22:25:27 -06:00
parent 0083753218
commit 5f96bef5a3
3 changed files with 10 additions and 3 deletions

1
run.sh
View File

@@ -13,7 +13,6 @@ fi
source /opt/idssys/nodemgmt/defaults.inc
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
fi