From 7631216cb85bb9d45267a55f67c47c9510c413df Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Apr 2023 20:42:50 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index c49307d..8f38d92 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1237,21 +1237,21 @@ MMSETUP(){ USAGE(){ echo -e " Usage: ${idsCL[LightCyan]}mm {option}" echo - 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]}update-allservices ${idsCL[Default]}--> Update all services" - echo -e " ${idsCL[Yellow]}update-service ${idsCL[Default]}--> Update specified service" - echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" + 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]}update-allservices ${idsCL[Default]}--> Update all services" + echo -e " ${idsCL[Yellow]}update-service ${idsCL[Default]}--> Update specified service" + echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" echo - 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 -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison with VPN" + 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 -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison with VPN" echo - echo -e " ${idsCL[Yellow]}check ${idsCL[Default]}--> Crontab job for maintaining system (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 -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure Settings" + echo -e " ${idsCL[Yellow]}check ${idsCL[Default]}--> Crontab job for maintaining system (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 -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure Settings" echo "" echo "" }