From 93443c472f1e7f8bf9df4f5daa3cbc16ac20e182 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 11 Aug 2013 09:34:52 +0200 Subject: [PATCH] core72: stop/start squid while update. --- config/rootfiles/core/72/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/72/update.sh b/config/rootfiles/core/72/update.sh index 11664f420..15d1bf2f9 100644 --- a/config/rootfiles/core/72/update.sh +++ b/config/rootfiles/core/72/update.sh @@ -36,6 +36,7 @@ done #Stop services ipsec stop /etc/init.d/snort stop +/etc/init.d/squid stop # #Extract files @@ -44,6 +45,7 @@ extract_files # #Start services +/etc/init.d/squid start /etc/init.d/snort start ipsec start -- 2.39.2