apache: sync filesystem after key generating.

This commit is contained in:
Arne Fitzenreiter
2014-02-01 17:14:39 +01:00
parent 2af8179385
commit c2bf88c1a4

View 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..."