From ae2479be4df7bc252b22f2447d7010a54d104906 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 2 Apr 2023 20:49:47 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 8a56389..904372f 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -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 ;;