core116: stop apache before extracting updated files

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2017-11-03 16:40:23 +01:00
parent 9843bb7b5a
commit 5c8acc789b

View File

@@ -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