From 3b67188e4fd36d3b4df2d60929684ae84c7187d9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Feb 2023 21:57:02 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index dd67318..58b0710 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -495,8 +495,9 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then 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]} --> Check for VPN and start services if needed" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> Check service status" + 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 "}" echo "" echo ""