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