Update mm-scripts.sh

This commit is contained in:
2023-02-23 21:57:02 -06:00
parent 6e1a22b4c8
commit 3b67188e4f

View File

@@ -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 ""