From: Arne Fitzenreiter Date: Fri, 8 Aug 2014 06:14:29 +0000 (+0200) Subject: core81: set need reboot flag and restart apache. X-Git-Tag: v2.15-core82~6^2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcore81;p=ipfire-2.x.git 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 743a1d31a7..16a559e89c 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