From 9843bb7b5ad2517884f601a527e391953845e569 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 3 Nov 2017 14:28:22 +0100 Subject: [PATCH] core116: replace apache restart by stop and start restart seems not work after replace apache... Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/116/update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/116/update.sh b/config/rootfiles/core/116/update.sh index 3e03bb33ca..84a4bb0c04 100644 --- a/config/rootfiles/core/116/update.sh +++ b/config/rootfiles/core/116/update.sh @@ -44,7 +44,8 @@ ldconfig #/usr/local/bin/update-lang-cache # Start services -/etc/init.d/apache restart +/etc/init.d/apache stop +/etc/init.d/apache start /etc/init.d/snort start # This update need a reboot... -- 2.39.2