Update run.sh

This commit is contained in:
2023-03-23 21:57:22 -05:00
parent ec2089acbe
commit 184777493b

2
run.sh
View File

@@ -82,9 +82,7 @@ else
fi
if [ ! -f ${MMFOLDER}/mm.stop.checking ] || [ "${1}" == "status" ]; then
[ "${1}" != "status" ] && touch ${MMFOLDER}/mm.stop.checking
${MMFOLDER}/mm-scripts.sh ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14}
[ "${1}" != "status" ] && rm -f ${MMFOLDER}/mm.stop.checking
fi
fi