Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-29 10:57:58 -06:00
parent 79ea9d1ad4
commit 43dc56d3dc

View File

@@ -184,7 +184,8 @@ case "$1" in
*)
echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }"
echo ""
exit 1
echo ""
exit 0
;;
esac