From edb856c4af5dd4db50f0a10db4807d99e91e03d4 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 28 Oct 2021 19:24:08 +0200 Subject: [PATCH] core161: restart firewall to update IPSec nat exclude rule Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/161/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index 8afc92f988..0e4cdeff97 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -120,6 +120,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/firewall restart if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi -- 2.39.5