Update mm-scripts.sh

This commit is contained in:
2023-04-02 20:49:47 -05:00
parent 803bca5b37
commit ae2479be4d

View File

@@ -781,7 +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
[ "${action}" == "start" ] && [ "${2}" == "vpn" ] && touch ${MMFOLDER}/mm.noservices
MMSTART ${action} ${2}
[ "${action}" != "status" ] && rm -f ${MMFOLDER}/mm.stop.checking
;;