From 8ab3b74a6e59056a6aab54f9b2e0244beb9415ea Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 23 Feb 2023 21:47:00 -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 e3e85ab..5b49100 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.01132023' +VERS='2.02232023' MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) diff --git a/mm-scripts.sh b/mm-scripts.sh index 9d52fcd..e5c4f17 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -479,7 +479,7 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}" sleep 10s echo -e "${idsCL[Green]}Done${idsCL[Default]}" - MMSTART ${action};; + MMSTART;; status) if [ -f /opt/idssys/mediamanager/mm.stop ]; then