From e2fea08bc5695c8b45cfcfb678a9cb900022bb2d Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Thu, 7 May 2020 11:36:25 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ed4f061..6831eee 100644 --- a/scripts/install +++ b/scripts/install @@ -166,7 +166,7 @@ ynh_add_nginx_config #================================================= # PHP-FPM CONFIGURATION #================================================= -#ynh_script_progression --message="Configuring php-fpm..." --time --weight=1 +ynh_script_progression --message="Configuring php-fpm..." --time --weight=1 ### `ynh_add_fpm_config` is used to set up a PHP config. ### You can remove it if your app doesn't use PHP. @@ -180,7 +180,7 @@ ynh_add_nginx_config ### - And the section "PHP-FPM CONFIGURATION" in the upgrade script # Create a dedicated php-fpm config -#ynh_add_fpm_config +ynh_add_fpm_config #================================================= # SPECIFIC SETUP