From 6e424af31d3a8b3e1210480d1c5fd1664390d901 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 26 Nov 2021 12:58:37 +0100 Subject: [PATCH] Homogeinize dependencies install step weight --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 716b9e1..4007581 100644 --- a/scripts/install +++ b/scripts/install @@ -62,7 +62,7 @@ ynh_app_setting_set --app=$app --key=admin_mail_html --value=1 #================================================= # INSTALL DEPENDENCIES #================================================= -ynh_script_progression --message="Installing dependencies..." --weight=1 +ynh_script_progression --message="Installing dependencies..." --weight=2 ynh_install_app_dependencies "php${phpversion}-fpm"