From 38712bb71971cabfd3bb5fc97e3f689320ffca04 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 1 Oct 2021 22:05:32 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 200e9bf..d8875a6 100644 --- a/scripts/install +++ b/scripts/install @@ -142,8 +142,7 @@ chmod o-rwx "$final_path" ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 # Create a dedicatedPHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low --phpversion=$YNH_PHP_VERSION -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) +ynh_add_fpm_config --usage=low --footprint=low --phpversion=$php_custom #================================================= # GENERIC FINALIZATION