update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user