Update mm-scripts.sh

This commit is contained in:
2023-03-25 10:49:04 -05:00
parent 4a40c594c1
commit f56c31b799

View File

@@ -686,9 +686,10 @@ if [ ! -f ${MMFOLDER}/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]}status${idsCL[Default]} --> View VPN and service status"
echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> Check Status on VPN and Media Services"
echo -e " ${idsCL[Yellow]}vpninfo${idsCL[Default]} --> Show VPN Info"
echo
echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job for maintaining VPN & Media-Services (run */1 min)"
echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job for maintaining VPN & Media Services (run */1 min)"
echo -e " ${idsCL[Yellow]}clear${idsCL[Default]} --> Clear all tmp files"
echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates"
echo ""