]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/rootfiles/core/81/update.sh
core81: set need reboot flag and restart apache.
[people/teissler/ipfire-2.x.git] / config / rootfiles / core / 81 / update.sh
index 743a1d31a7404a1db75b869b75083f325c7da9c3..16a559e89cbc8cb2f6bae357e808ecd08445cc68 100644 (file)
@@ -39,6 +39,7 @@ done
 extract_files
 
 # Start services
 extract_files
 
 # Start services
+/etc/init.d/apache restart
 
 # Update Language cache
 #perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 
 # Update Language cache
 #perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
@@ -46,8 +47,8 @@ extract_files
 sync
 
 # This update need a reboot...
 sync
 
 # This update need a reboot...
-#touch /var/run/need_reboot
-
+touch /var/run/need_reboot
+^^
 # Finish
 /etc/init.d/fireinfo start
 sendprofile
 # Finish
 /etc/init.d/fireinfo start
 sendprofile