From 339310f9f78493b4492fdee55007e4a4b34069a3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 3 Sep 2011 16:04:18 +0200 Subject: [PATCH] core52: stop/start apache 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 16e8368e64..1e2f61e7f9 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/apache stop # #Extract files @@ -41,6 +42,7 @@ extract_files # #Start services +/etc/init.d/apache start # #Update Language cache -- 2.39.2