From 3bad7e44dca092b2da902fab9491b87340cafaec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 22 Nov 2023 16:06:55 +0000 Subject: [PATCH] Core Update 182: 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/182/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/182/update.sh b/config/rootfiles/core/182/update.sh index 15c29ceacd..9de2ae4419 100644 --- a/config/rootfiles/core/182/update.sh +++ b/config/rootfiles/core/182/update.sh @@ -73,7 +73,7 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then fi # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start -- 2.39.5