From 3eefc5fc6d98b6a117284c30c8ef0b3f67440c52 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 23 Jul 2025 09:02:25 +0000 Subject: [PATCH] core197: Restart the firewall This is required so that all new OpenVPN chains are available. Signed-off-by: Michael Tremer --- config/rootfiles/core/197/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh index 23f42e636..63250a826 100644 --- a/config/rootfiles/core/197/update.sh +++ b/config/rootfiles/core/197/update.sh @@ -152,6 +152,7 @@ fi /usr/local/bin/sshctrl # Restart services +/etc/init.d/firewall restart /etc/init.d/unbound restart if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start -- 2.47.3