diff --git a/defaults.inc b/defaults.inc index e7ca233..97f66fa 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.8.141-04232023' +VERS='3.8.142-04232023' MMFOLDER="/opt/idssys/mediamanager" 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 2587fdc..0703613 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1402,6 +1402,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then update-organizr) UPDATEORGANIZR;; clear) echo -e "${idsCL[LightCyan]}Clearing all mm.* files ${idsCL[Default]}"; echo;; *) USAGE;; + esac else