From 5c8acc789b4756d942d5e465361eb6b8e3ebad4a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 3 Nov 2017 16:40:23 +0100 Subject: [PATCH] core116: stop apache before extracting updated files Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/116/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/116/update.sh b/config/rootfiles/core/116/update.sh index 84a4bb0c04..ebc98e111c 100644 --- a/config/rootfiles/core/116/update.sh +++ b/config/rootfiles/core/116/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/init.d/snort stop +/etc/init.d/apache stop # Extract files extract_files @@ -44,7 +45,6 @@ ldconfig #/usr/local/bin/update-lang-cache # Start services -/etc/init.d/apache stop /etc/init.d/apache start /etc/init.d/snort start -- 2.39.2