This commit is contained in:
2023-05-18 21:56:06 -05:00
parent 22f48828a0
commit 714f389311
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='3.8.218-05182023' VERS='3.8.220-05182023'
MMFOLDER="/opt/idssys/mediamanager" MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp" TMPFOLDER="${MMFOLDER}/.tmp"

View File

@@ -1389,8 +1389,9 @@ USAGE(){
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 and w/o VPN)" echo -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison (with and w/o VPN)"
echo echo
echo -e " ${idsCL[Yellow]}update-service {<service> or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)" echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Run by itself will check for mediamanager updates"
echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}--> List available service releases"
echo -e " ${idsCL[LightYellow]} service {<service> or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)"
echo echo
echo -e " ${idsCL[Yellow]}cron ${idsCL[Default]}--> Crontab job for maintaining system (run */1 min)" 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]}update ${idsCL[Default]}--> Check for and install new MM updates"