Update mm-scripts.sh

This commit is contained in:
2023-04-23 20:41:27 -05:00
parent 73bab8e665
commit 18b1ca2f36

View File

@@ -1235,7 +1235,7 @@ MMSETUP(){
} }
USAGE(){ USAGE(){
echo -e " Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}" echo -e " Usage: ${idsCL[LightCyan]}mm {option}"
echo echo
echo -e " ${idsCL[Yellow]}start ${idsCL[Default]}--> Start services" echo -e " ${idsCL[Yellow]}start ${idsCL[Default]}--> Start services"
echo -e " ${idsCL[Yellow]}stop ${idsCL[Default]}--> Stop services" echo -e " ${idsCL[Yellow]}stop ${idsCL[Default]}--> Stop services"
@@ -1246,8 +1246,9 @@ USAGE(){
echo echo
echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> Check Status on VPN and Media Services" 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]}vpninfo ${idsCL[Default]}--> Show VPN Info"
echo -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison with VPN"
echo 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 system (run */1 min)"
echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp files" 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]}update ${idsCL[Default]}--> Check for and install new updates"
echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure Settings" echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure Settings"