From 9034626f867f40fb528950dedd0d3db0ab52f643 Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 23 Mar 2020 18:45:37 +0100 Subject: [PATCH] Fix PHP config install progression info --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a437421..2449aa0 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ ynh_system_user_create --username=$app #================================================= # PHP-FPM CONFIGURATION #================================================= -ynh_print_info "Configuring php-fpm..." +ynh_script_progression "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.