Update run.sh

This commit is contained in:
2023-03-23 21:44:01 -05:00
parent dc22c07497
commit 6732929ae7

1
run.sh
View File

@@ -83,7 +83,6 @@ else
if [ ! -f ${MMFOLDER}/mm.stop.checking ] || [ "${1}" == "status" ]; then
[ "${1}" != "status" ] && touch ${MMFOLDER}/mm.stop.checking
echo 'yes'
${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