From 42a642ee18c9d42e3fda48babede9c8674774cde Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 28 Nov 2025 13:57:45 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- mm-scripts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 8be2c7a..b187b0d 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.10.8-11232025' +VERS='3.10.9-11282025' MMFOLDER="/opt/idssys/mediamanager" TMPFOLDER="${MMFOLDER}/.tmp" diff --git a/mm-scripts.sh b/mm-scripts.sh index 0fd1826..d2db2f2 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1787,7 +1787,7 @@ if [ ! -f ${TMPFOLDER}/mm.update.stop ]; then MMSTOP echo -en "${idsCL[LightCyan]}Pausing for 30s to ensure a new VPN WAN IP, or press any key to continue with potentially getting a new address ... ${idsCL[Default]}" read -et 30 -n 1 - echo -e "${idsCL[Green]}Done${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Pausing for 30s to ensure a new VPN WAN IP, or press any key to continue with potentially getting a new address ... ${idsCL[Green]}Done${idsCL[Default]}" MMSTART ${action} ${rv} ;; status)