Update nodemgmt-scripts.sh

This commit is contained in:
2020-09-26 21:03:18 -05:00
parent ef7dec9c0d
commit 37225739a4

View File

@@ -1812,7 +1812,8 @@ if [ ${action-x} ]; then
echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]"
echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" echo -e " ${idsCL[Yellow]}status${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]"
echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} }" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]}"
echo -e "}"
echo "" echo ""
echo "" echo ""
exit 0;; exit 0;;