Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 12:40:18 -06:00
parent 9970d36065
commit 5150ef6a26

View File

@@ -542,7 +542,9 @@ GUI(){
done done
} }
if [ ${action-x} ]; then if [ ${action-x} ]; then
DISP_HEADER if [ "$1" != "status-check" ] && [ "$1" != "nightlyrenew" ] && [ "$1" != "backup" ]; then
DISP_HEADER
fi
case $action in case $action in
newcert) NEWCERT ${2};; newcert) NEWCERT ${2};;
certrenew) CERTRENEW;; certrenew) CERTRENEW;;