From 725923ae344c7f44cf9042b8d4be11da2ac20e24 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 14 Mar 2022 18:22:47 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index cdb3524..ef86f32 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -191,7 +191,7 @@ if [ ! -f /opt/mm.update.stop ]; then 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]}restart${idsCL[Default]} --> Restart services" + echo -e " ${idsCL[Yellow]}restart${idsCL[Default]} --> Restart 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 "}"