Revert "Fix PHP config install progression info"

This reverts commit 9034626f86.
This commit is contained in:
Miraty 2020-03-24 17:57:29 +01:00
parent 9034626f86
commit 18273a1a4b
1 changed files with 1 additions and 1 deletions

View File

@ -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.