From 9ec2a51f390b12549cbaaa92efa5b19e2701f12e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:41:36 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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