This commit is contained in:
2023-04-22 22:20:52 -05:00
parent 280a0f2fe4
commit 3758c5462d
2 changed files with 9 additions and 1 deletions

8
run.sh
View File

@@ -5,6 +5,14 @@ source /opt/idssys/defaults/colors.inc
source /opt/idssys/defaults/default.inc
source /opt/idssys/mediamanager/defaults.inc
if [ "${2}" == "q" ]; then
unset idsCL idsBG idsST
idsCL=('')
idsBG=('')
idsST=('')
[ "${1}" == "update" ] && echo -e "\n\n$(date) - Starting log #############################\n" >> ${outputlogfile}
fi
if [ -f /opt/idssys/settings/mediamanager.conf ]; then
source /opt/idssys/settings/mediamanager.conf
else