Update run.sh

This commit is contained in:
2019-02-05 12:38:58 -06:00
parent f83f184659
commit 9970d36065

2
run.sh
View File

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