From 72edf0ec400dea58af73c98b7b8093922dd37000 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 21:06:16 -0500 Subject: [PATCH] Update defaults.inc --- defaults.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 3ca6a3c..0f9d476 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='3.8.137-04232023' +VERS='3.8.139-04232023' MMFOLDER="/opt/idssys/mediamanager" MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) @@ -12,7 +12,7 @@ IFS=, UPDATE_SERVICES=(${UPDATESERVICES}) unset IFS -noheader=' check noup stop ' +noheader=' check noup stop update-organizr ' logfile=${MMFOLDER}/logs/logfile outputlogfile=${MMFOLDER}/logs/outputs.check.log