Remove the last $SYSCTL var

This var was indeed removed with the commit f5ec9f3a17
Este commit está contenido en:
Kcchouette
2017-02-24 10:33:52 +01:00
cometido por GitHub
padre 135729d0ab
commit 2a6422057e

Ver fichero

@@ -350,8 +350,8 @@ status openvpn.log
verb 3" >> /etc/openvpn/server.conf
# Create the sysctl configuration file if needed (mainly for Arch Linux)
if [[ ! -e $SYSCTL ]]; then
touch $SYSCTL
if [[ ! -e /etc/sysctl.conf ]]; then
touch /etc/sysctl.conf
fi
# Enable net.ipv4.ip_forward for the system