From 18273a1a4b1de17a293a6e809d23499aeff27ff1 Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 24 Mar 2020 17:57:29 +0100 Subject: [PATCH] Revert "Fix PHP config install progression info" This reverts commit 9034626f867f40fb528950dedd0d3db0ab52f643. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2449aa0..a437421 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ ynh_system_user_create --username=$app #================================================= # PHP-FPM CONFIGURATION #================================================= -ynh_script_progression "Configuring php-fpm..." --time --weight=1 +ynh_print_info "Configuring php-fpm..." ### `ynh_add_fpm_config` is used to set up a PHP config. ### You can remove it if your app doesn't use PHP.