This commit is contained in:
2019-02-07 17:11:58 -06:00
parent cfbd5902e6
commit 0d7f43cc22
3 changed files with 4 additions and 2 deletions

3
run.sh
View File

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