Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib.sh')
-rw-r--r--lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.sh b/lib.sh
index b8bfd441..275164b1 100644
--- a/lib.sh
+++ b/lib.sh
@@ -771,6 +771,8 @@ Additional Apps --> Documentserver --> $1."
}
restart_webserver() {
+# https://github.com/nextcloud/vm/issues/2358
+sleep 2
check_command systemctl restart apache2.service
if is_this_installed php"$PHPVER"-fpm
then