From 6e07bf69c0e3fa48ba3f4f4815ddffea29bee316 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 22 Mar 2022 07:00:37 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 635be25..e056634 100644 --- a/scripts/install +++ b/scripts/install @@ -107,6 +107,7 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=low --footprint=low +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # INSTALL LYCHEE WITH COMPOSER