From: Arne Fitzenreiter Date: Fri, 8 Aug 2014 06:14:29 +0000 (+0200) Subject: core81: set need reboot flag and restart apache. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=2b23289ca2d15cc53cf8617ca8932d1ebb28b7ab core81: set need reboot flag and restart apache. --- 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