From 95a1634f3729d40c231b3f6fb9f371386364f8b6 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Mon, 1 Oct 2018 14:19:26 +0200 Subject: [PATCH] Fix_http2_support --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 4ab1252..cf8f625 100644 --- a/scripts/install +++ b/scripts/install @@ -145,6 +145,9 @@ yunohost app ssowatconf # Régénère la configuration de SSOwat # Reload Nginx systemctl reload nginx +# Wait untils nginx has fully reloaded (fix http2 issue) +sleep 2 + # Wordpress installation ynh_local_curl "/wp-admin/install.php?step=2" "&weblog_title=YunoBlog" "user_name=$admin_wordpress" "admin_password=$db_pwd" "admin_password2=$db_pwd" "admin_email=$admin_wordpress@$domain" "Submit=Install+WordPress"