diff --git a/mm-scripts.sh b/mm-scripts.sh index 12e87e9..8cde528 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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]}" diff --git a/run.sh b/run.sh index 7497e22..30fe8b1 100755 --- a/run.sh +++ b/run.sh @@ -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