From 9758b336639adfa849bfbffcec396304448283f1 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 17 Mar 2021 10:11:01 +0100 Subject: [PATCH] core155: need a reboot Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/155/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index b074d24b98..68651ad5f9 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -82,7 +82,7 @@ sed -E -e "s/^CONNTRACK_(.*?)=on/CONNTRACK_\1=off/g" \ /etc/init.d/suricata 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