From 0e3e7f27054fe853abda1a33a07e97b0d2d38d9b Mon Sep 17 00:00:00 2001 From: angristan Date: Tue, 20 Aug 2019 17:58:51 +0200 Subject: [PATCH] Update sysctl comment --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 00d0d97..e234277 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -813,7 +813,7 @@ verb 3" >> /etc/openvpn/server.conf if [[ "$IPV6_SUPPORT" = 'y' ]]; then echo 'net.ipv6.conf.all.forwarding=1' >> /etc/sysctl.d/20-openvpn.conf fi - # Avoid an unneeded reboot + # Apply sysctl rules sysctl --system # If SELinux is enabled and a custom port was selected, we need this