Update mm-scripts.sh

This commit is contained in:
2023-04-22 22:47:20 -05:00
parent ce4e72c6b2
commit 801b5c6ac1

View File

@@ -164,11 +164,11 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf
touch ${MMFOLDER}/mm.vpn.fail
MMSTOP
sleep 10s
# "${VPN_START[@]}" >/dev/null 2>&1
# sleep 10s
rm -f ${MMFOLDER}/mm.stop*
[ $VERBOSE = true ] && DEBUGLOGSTOP
exit 1
"${VPN_START[@]}" >/dev/null 2>&1
sleep 10s
# rm -f ${MMFOLDER}/mm.stop*
# [ $VERBOSE = true ] && DEBUGLOGSTOP
# exit 1
fi
else