From e049d6fcbe12e1bf4228aec0bccec82a1c340de6 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 8 Apr 2020 07:43:50 +0200 Subject: [PATCH] core143: touch need reboot flag Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/143/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index 9cd426447a..8ae8e2c5b3 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -106,7 +106,7 @@ done /usr/local/bin/filesystem-cleanup # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start -- 2.39.5