Update mm-scripts.sh

This commit is contained in:
2022-01-23 14:25:03 -06:00
parent 5e599f9974
commit 48510bfee9

View File

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