Update mm-scripts.sh

This commit is contained in:
2023-04-02 20:48:31 -05:00
parent 615c3d0d51
commit 803bca5b37

View File

@@ -781,6 +781,7 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
fi
fi
[ "${action}" != "status" ] && touch ${MMFOLDER}/mm.stop.checking
[ "${action}" != "start" ] && [ "${2}" != "vpn" ] && touch ${MMFOLDER}/mm.noservices
MMSTART ${action} ${2}
[ "${action}" != "status" ] && rm -f ${MMFOLDER}/mm.stop.checking
;;