diff --git a/run.sh b/run.sh index 350aa50c..fb440700 100755 --- a/run.sh +++ b/run.sh @@ -12,7 +12,7 @@ else fi source /opt/idssys/nodemgmt/defaults.inc -if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ]; then +if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ] && [ "$2" != "report" ]; then if [ "${1}" = "gui" ]; then DISP_HEADER fi