diff --git a/mm-scripts.sh b/mm-scripts.sh index 355c01d..f771a3d 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -208,10 +208,10 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf [ $VERBOSE = true ] && echo "$(date) - Default Routes: zerogw(${zerogw}) defaultgw(${defaultgw})" >> $logfile SENDNOTICE "Network Failure" "Cannot get an WAN address, will try and restart the VPN" 1 touch ${MMFOLDER}/mm.vpn.fail - MMSTOP + MMSTOP >/dev/null 2>&1 sleep 30s - "${VPN_START[@]}" >/dev/null 2>&1 - sleep 10s + # "${VPN_START[@]}" >/dev/null 2>&1 + # sleep 10s rm -f ${MMFOLDER}/mm.stop* [ $VERBOSE = true ] && DEBUGLOGSTOP exit 1