From 2b23289ca2d15cc53cf8617ca8932d1ebb28b7ab Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 8 Aug 2014 08:14:29 +0200 Subject: [PATCH] core81: set need reboot flag and restart apache. --- config/rootfiles/core/81/update.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/81/update.sh b/config/rootfiles/core/81/update.sh index 743a1d31a..16a559e89 100644 --- a/config/rootfiles/core/81/update.sh +++ b/config/rootfiles/core/81/update.sh @@ -39,6 +39,7 @@ done extract_files # Start services +/etc/init.d/apache restart # Update Language cache #perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" @@ -46,8 +47,8 @@ extract_files sync # This update need a reboot... -#touch /var/run/need_reboot - +touch /var/run/need_reboot +^^ # Finish /etc/init.d/fireinfo start sendprofile -- 2.39.2