From aa56f4b380cadf1e3e20fef9fa83ffe8e2e14f41 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:26:42 +0200 Subject: [PATCH] Update scripts/install Co-authored-by: Alexandre Aubin --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 62d53a3..41a5c84 100755 --- a/scripts/install +++ b/scripts/install @@ -105,7 +105,7 @@ setfacl -R -m g:"www-data":rwX -m u:$app:rwX "$final_path/var/" ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #=================================================