From 714f3893115f34c6aeeb979af9a9fc45d2ab10a0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 18 May 2023 21:56:06 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- mm-scripts.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 54b4a1f..87e4282 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.8.218-05182023' +VERS='3.8.220-05182023' MMFOLDER="/opt/idssys/mediamanager" TMPFOLDER="${MMFOLDER}/.tmp" diff --git a/mm-scripts.sh b/mm-scripts.sh index 0f95926..8d3254f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1389,8 +1389,9 @@ USAGE(){ 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-service { or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)" - echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" + echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Run by itself will check for mediamanager updates" + echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}--> List available service releases" + echo -e " ${idsCL[LightYellow]} service { 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"