From dbb5d0576dee5794edc93b3b6195da2ce2824bf5 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Thu, 24 Dec 2020 01:51:25 -0600 Subject: [PATCH] Minor cleanup --- vpnsetup_centos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 5975893..5fdb80e 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -454,7 +454,6 @@ cat >> /etc/rc.local <<'EOF' # Added by hwdsl2 VPN script (sleep 15 -modprobe -q pppol2tp service ipsec restart service xl2tpd restart echo 1 > /proc/sys/net/ipv4/ip_forward)& @@ -485,7 +484,6 @@ if ! modprobe -q l2tp_ppp; then fi mkdir -p /run/pluto -modprobe -q pppol2tp service fail2ban restart 2>/dev/null service ipsec restart 2>/dev/null service xl2tpd restart 2>/dev/null