diff --git a/config/rootfiles/core/35/update.sh b/config/rootfiles/core/35/update.sh index 9d0da1097..103d00d1b 100644 --- a/config/rootfiles/core/35/update.sh +++ b/config/rootfiles/core/35/update.sh @@ -25,6 +25,7 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # #Stop services +/etc/init.d/squid stop /etc/init.d/sysklogd stop # #Extract files @@ -32,6 +33,7 @@ extract_files # #Start services /etc/init.d/sysklogd start +/etc/init.d/squid start # #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"