From 48510bfee9895a71bba171e9d40fd21542a7dab2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Jan 2022 14:25:03 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index e00f15c..a5c566e 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -88,10 +88,10 @@ case $action in *) echo -e "Usage: ${idsCL[LightCyan]}mm${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 " ${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 ""