]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache: sync filesystem after key generating.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Feb 2014 16:14:39 +0000 (17:14 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Feb 2014 16:14:39 +0000 (17:14 +0100)
src/initscripts/init.d/apache

index 5405d773e85343276e622941b2d1d63a1a38d259..af03776b7f6e319bb02c760bb8b634c73b5092d3 100644 (file)
@@ -14,6 +14,7 @@ case "$1" in
                else
                        boot_mesg "Generating https host certificate... this may take some minutes..."
                        /usr/local/bin/httpscert new  >/dev/null 2>&1
+                       sync
                        evaluate_retval
                fi
                boot_mesg "Starting Apache daemon..."