This commit is contained in:
2023-04-27 21:38:16 -05:00
parent 49b0ee2342
commit 831d37d650
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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