From b1d9d3012a260cdcb4f33c5ff819a4474294aa60 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Feb 2023 22:00:46 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 6435303..a5f4455 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -491,13 +491,13 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then update);; *) - echo -e "Usage: ${idsCL[LightCyan]}mm {option}${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]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status" - echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates" + echo -e " Usage: ${idsCL[LightCyan]}mm {option}${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]}check${idsCL[Default]} --> Crontab job to maintain VPN and services, run */1 min)" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status" + echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates" echo "" echo "" exit 0;;