From 121652cf5320851cc4f6cfce1fb9c179319ee6b1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 24 Aug 2023 10:11:28 +0000 Subject: [PATCH] core179: Start OpenVPN N2N connections even if the RW server is disabled Signed-off-by: Michael Tremer --- config/rootfiles/core/179/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/179/update.sh b/config/rootfiles/core/179/update.sh index df89d702ec..09db135d52 100644 --- a/config/rootfiles/core/179/update.sh +++ b/config/rootfiles/core/179/update.sh @@ -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 -- 2.39.5