Fix PHP config install progression info

This commit is contained in:
Miraty 2020-03-23 18:45:37 +01:00
parent 28fd9e51fd
commit 9034626f86
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_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.