From c48d64ffbc686e06fa204b63c5960a01d1b612a5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 18:42:22 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 12d4b5f..6d34a5c 100644 --- a/scripts/install +++ b/scripts/install @@ -29,6 +29,7 @@ admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC password=$YNH_APP_ARG_PASSWORD timezone=$(cat /etc/timezone) +phpversion=$YNH_PHP_VERSION app=$YNH_APP_INSTANCE_NAME @@ -125,7 +126,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." # Create a dedicated PHP-FPM config ynh_add_fpm_config -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # SPECIFIC SETUP