diff --git a/mm-scripts.sh b/mm-scripts.sh index c17c20c..cc2dfbb 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -67,7 +67,7 @@ MMSTART(){ [ $SENDNOTICE = true ] && echo "1st Failure, will try and restart the VPN" | mail -s "VPN Failure" 9208839613@mms.att.net touch /opt/mm.vpn.fail MMSTOP - sleep 1m + sleep 30s "${VPN_START[@]}" & sleep 1m rm -f /opt/mm.stop @@ -241,7 +241,7 @@ MMSTOP(){ echo -e "${idsCL[Red]}All services have been stopped${idsCL[Default]}" echo - exit 0 + #exit 0 } MMSTATUS(){