diff --git a/config/rootfiles/core/50/update.sh b/config/rootfiles/core/50/update.sh index 288268404..b114ded1e 100644 --- a/config/rootfiles/core/50/update.sh +++ b/config/rootfiles/core/50/update.sh @@ -34,13 +34,18 @@ done # #Stop services - +/etc/init.d/apache stop +/etc/init.d/collectd stop +/etc/init.d/squid stop # #Extract files extract_files # #Start services +/etc/init.d/squid start +/etc/init.d/collectd start +/etc/init.d/apache start # #Update Language cache