From 73bac85db4c06ee01b758b580d10c76dc347e796 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 30 May 2022 19:13:29 +0000 Subject: [PATCH] Core Update 169: Restart firewall engine and require a reboot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/169/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/169/update.sh b/config/rootfiles/core/169/update.sh index c9d65364e9..0b5ad3f212 100644 --- a/config/rootfiles/core/169/update.sh +++ b/config/rootfiles/core/169/update.sh @@ -55,9 +55,10 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/firewall restart # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start -- 2.39.5