Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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;;
|
||||||
|
|||||||
Reference in New Issue
Block a user