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;;