From 4755240ecf2ff91a051b59c6b9f421b507fc7fdc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Sep 2020 18:41:16 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7765f3b..56bf834 100644 --- a/scripts/install +++ b/scripts/install @@ -97,7 +97,7 @@ ynh_system_user_create --username=$app #================================================= ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 -# Create a dedicated php-fpm config +# Create a dedicated PHP-FPM config ynh_add_fpm_config #================================================= @@ -140,7 +140,7 @@ touch "$final_path/admin/stdout.log" #================================================= # RUN DATABASE INITILIZATION #================================================= -ynh_script_progression --message="Initializing database..." --weight=2 +ynh_script_progression --message="Initializing database..." --weight=2 # Install composer ynh_install_composer