Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:24:28 -06:00
parent c1b2b11c47
commit 5e599f9974

View File

@@ -88,10 +88,10 @@ case $action in
*)
echo -e "Usage: ${idsCL[LightCyan]}mm${idsCL[Default]} {"
echo -e " ${idsCL[Yellow]}start${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}stop${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}check${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}status${idsCL[Default]}"
echo -e " ${idsCL[Yellow]}start${idsCL[Default]} --> Start services"
echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services"
echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Check for VPN and start services if needed"
echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> Check service status"
echo -e "}"
echo ""
echo ""