Update run.sh

This commit is contained in:
2019-02-03 20:09:20 -06:00
parent cbec5982ae
commit 3452c3ce03

2
run.sh
View File

@@ -11,7 +11,7 @@ fi
source /opt/idssys/nodemgmt/defaults.inc
if [ "$1" != "service" ] && [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ]; then
if [ -z $1 ] || "${1}" = "gui" ]; then
if [ -z ${1} ] || "${1}" = "gui" ]; then
DISP_HEADER
fi
if [ "${1}" != "gui" ]; then