This commit is contained in:
2023-02-25 16:59:35 -06:00
parent 1d0621ef7a
commit b480bf1ceb
2 changed files with 3 additions and 1 deletions

View File

@@ -523,7 +523,8 @@ if [ ! -f /opt/idssys/mediamanager/mm.update.stop ]; then
MMSTATUS;;
update);;
clear) echo -e "${idsCL[LightCyan]}Clearing all mm.* files ${idsCL[Default]}";;
clear) echo -e "${idsCL[LightCyan]}Clearing all mm.* files ${idsCL[Default]}"
echo;;
*)
echo -e " Usage: ${idsCL[LightCyan]}mm {option}${idsCL[Default]}"

1
run.sh
View File

@@ -71,6 +71,7 @@ else
if [ ! -f /opt/idssys/mediamanager/mm.checking ]; then
touch /opt/idssys/mediamanager/mm.checking
/opt/idssys/mediamanager/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
rm -f /opt/idssys/mediamanager/mm.checking
fi
fi