From 5150ef6a26310c2fae912f65cd2276a29b63c13f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 12:40:18 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c34c58c8..0e1a2bdb 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -542,7 +542,9 @@ GUI(){ done } if [ ${action-x} ]; then - DISP_HEADER + if [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ]; then + DISP_HEADER + fi case $action in newcert) NEWCERT ${2};; certrenew) CERTRENEW;;