From 6f60b0d2719f930254e12914a73ff55df4f8224d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 24 Aug 2020 09:48:36 +0000 Subject: [PATCH] core149: Restart squid Signed-off-by: Michael Tremer --- config/rootfiles/core/149/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/update.sh index d30f748f5b..923d4254c9 100644 --- a/config/rootfiles/core/149/update.sh +++ b/config/rootfiles/core/149/update.sh @@ -51,6 +51,7 @@ ldconfig # Start services /etc/init.d/apache restart /etc/init.d/unbound restart +/etc/init.d/squid restart # Update crontab sed -i /var/spool/cron/root.orig \ -- 2.39.5