From 55bec7f58fa5b38a8ce37d3667730c80e85f2577 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 21 Jan 2012 20:26:26 +0100 Subject: [PATCH] core56: stop/start sshd and apache while updateing. --- config/rootfiles/core/56/update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/56/update.sh b/config/rootfiles/core/56/update.sh index cde93e1f4..2655a40a3 100644 --- a/config/rootfiles/core/56/update.sh +++ b/config/rootfiles/core/56/update.sh @@ -34,6 +34,8 @@ done # #Stop services +/etc/init.d/sshd stop +/etc/init.d/apache stop # #Extract files @@ -46,7 +48,8 @@ sed -i -e "s|38400|115200|g" /etc/inittab # #Start services - +/etc/init.d/apache start +/etc/init.d/sshd start # #Update Language cache -- 2.39.2