diff --git a/scripts/install b/scripts/install index eb406e1..f2f0ace 100644 --- a/scripts/install +++ b/scripts/install @@ -177,7 +177,7 @@ then ynh_app_setting_set --app=$app --key=fpm_usage --value=$fpm_usage # Create a dedicatedPHP-FPM config - ynh_add_fpm_config --usage=low --footprint=low --phpversion=$phpversion + ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion else # This is needed for the config panel to work even though PHP is not actually used ynh_app_setting_set --app=$app --key=fpm_footprint --value=low