From 667a22ed1c86cc969143c626cb9d85040370fd9b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 6 Sep 2011 12:44:45 +0200 Subject: [PATCH] core52: stop/start squid at update. --- config/rootfiles/core/52/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/52/update.sh b/config/rootfiles/core/52/update.sh index 1e2f61e7f..412299d60 100644 --- a/config/rootfiles/core/52/update.sh +++ b/config/rootfiles/core/52/update.sh @@ -34,6 +34,7 @@ done # #Stop services +/etc/init.d/squid stop /etc/init.d/apache stop # @@ -43,6 +44,7 @@ extract_files # #Start services /etc/init.d/apache start +/etc/init.d/squid start # #Update Language cache -- 2.39.2