X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F84%2Fupdate.sh;h=93a9e2016b883a6eec51e39d058081ccf53b0bc8;hp=1b8332664b1ee4a1e35bfb7e09ab7c6df9fc7ad3;hb=243f8ca6e937084c18085d85278ee9c200c69936;hpb=34b26caca13f6f59cac9c96fd8b80fa05f480ef7 diff --git a/config/rootfiles/core/84/update.sh b/config/rootfiles/core/84/update.sh index 1b8332664b..93a9e2016b 100644 --- a/config/rootfiles/core/84/update.sh +++ b/config/rootfiles/core/84/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/squid stop /etc/init.d/dnsmasq stop # Remove old files @@ -41,6 +42,7 @@ extract_files # Start services /etc/init.d/dnsmasq start +/etc/init.d/squid start # Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"