Update run.sh

This commit is contained in:
2022-12-17 09:24:06 -06:00
parent e8c197bea5
commit 2e973caeda

7
run.sh
View File

@@ -15,8 +15,13 @@ if [ ! -f /opt/mm.checking ]; then
touch /opt/mm.checking
source /opt/idssys/defaults/default.inc
source /opt/idssys/settings/mediamanager.conf
source /opt/idssys/mediamanager/defaults.inc
if [ -f /opt/idssys/settings/mediamanager.conf ]; then
source /opt/idssys/settings/mediamanager.conf
else
source /opt/idssys/mediamanager/settings.conf
fi
if [[ "${noheader}" != *" ${1} "* ]] && [[ "${noheader}" != *" ${2} "* ]]; then
# if [ "${1}" = "gui" ]; then