This commit is contained in:
2023-02-23 21:47:00 -06:00
parent 08686f89a6
commit 8ab3b74a6e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='2.01132023' VERS='2.02232023'
MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1)

View File

@@ -479,7 +479,7 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}" echo -en "${idsCL[LightCyan]}Pausing for 10secs... ${idsCL[Default]}"
sleep 10s sleep 10s
echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo -e "${idsCL[Green]}Done${idsCL[Default]}"
MMSTART ${action};; MMSTART;;
status) status)
if [ -f /opt/idssys/mediamanager/mm.stop ]; then if [ -f /opt/idssys/mediamanager/mm.stop ]; then