Update mm-scripts.sh
This commit is contained in:
@@ -1381,22 +1381,21 @@ MMSETUP(){
|
||||
USAGE(){
|
||||
echo -e "${idsCL[White]} 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]}start ${idsCL[Default]}-> Start services"
|
||||
echo -e " ${idsCL[Yellow]}stop ${idsCL[Default]}-> Stop services"
|
||||
echo -e " ${idsCL[Yellow]}restart ${idsCL[Default]}-> Restart services"
|
||||
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 and w/o 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 and w/o VPN)"
|
||||
echo
|
||||
echo -e " ${idsCL[Yellow]}update {option} ${idsCL[Default]}--> Ran by itself will check for mediamanager updates, or;"
|
||||
echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}--> List available service releases"
|
||||
echo -e " ${idsCL[LightYellow]} service {${idsCL[Cyan]}<servicename>${idsCL[LightYellow]} or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)"
|
||||
echo -e " ${idsCL[Yellow]}update {option} ${idsCL[Default]}-> Ran by itself will check for mediamanager updates, or;"
|
||||
echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}-> List available service releases"
|
||||
echo -e " ${idsCL[LightYellow]} service {${idsCL[Cyan]}<servicename>${idsCL[LightYellow]} or all} ${idsCL[Default]}-> Update specified service, or all ( -f = force update)"
|
||||
echo
|
||||
echo -e " ${idsCL[Yellow]}cron ${idsCL[Default]}--> Crontab job for maintaining system (run */1 min)"
|
||||
echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new MM updates"
|
||||
# echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp MM system files, not normally needed"
|
||||
echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure (Network/Services/SSHFS Mount)"
|
||||
echo -e " ${idsCL[Yellow]}cron ${idsCL[Default]}-> Crontab job for maintaining system (run */1 min)"
|
||||
# echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}-> Clear all tmp MM system files, not normally needed"
|
||||
echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}-> Setup/Reconfigure (Network/Services/SSHFS Mount)"
|
||||
echo
|
||||
echo
|
||||
srvcsavail="$(join_by , ${MM_SERVICES})"
|
||||
|
||||
Reference in New Issue
Block a user