]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/114/update.sh
core114: Ship updated unbound
[ipfire-2.x.git] / config / rootfiles / core / 114 / update.sh
index 3e2929e309f079388c8009629dc699eda2fac748..eca8d872cef3587ccb2b4dfdc2feacecb4f64fc1 100644 (file)
@@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do
 done
 
 # Stop services
+/etc/init.d/unbound stop
 
 # Extract files
 extract_files
@@ -45,6 +46,7 @@ ldconfig
 /usr/local/bin/update-lang-cache
 
 # Start services
+/etc/init.d/unbound start
 
 # This update need a reboot...
 touch /var/run/need_reboot