Fix PHP config install progression info

This commit is contained in:
Miraty 2020-03-24 18:17:00 +01:00
parent 39f5285410
commit b71c9ba954
Signed by: miraty
GPG Key ID: B82D15F03E67B2B5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ ynh_system_user_create --username=$app
#================================================= #=================================================
# PHP-FPM CONFIGURATION # PHP-FPM CONFIGURATION
#================================================= #=================================================
ynh_print_info "Configuring php-fpm..." ynh_print_info "Configuring php-fpm..." --time --weight=1
### `ynh_add_fpm_config` is used to set up a PHP config. ### `ynh_add_fpm_config` is used to set up a PHP config.
### You can remove it if your app doesn't use PHP. ### You can remove it if your app doesn't use PHP.