core179: Start OpenVPN N2N connections even if the RW server is disabled

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-08-24 10:11:28 +00:00
parent fb7869feb2
commit 121652cf53

View File

@@ -91,8 +91,8 @@ if [ -f /var/ipfire/proxy/enable ]; then
fi
if grep -q "ENABLED=on" /var/ipfire/ovpn/settings; then
/usr/local/bin/openvpnctrl -s
/usr/local/bin/openvpnctrl -sn2n
fi
/usr/local/bin/openvpnctrl -sn2n
# This update needs a reboot...
touch /var/run/need_reboot