1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update install

This commit is contained in:
ericgaspar 2020-09-04 18:41:16 +02:00
parent 668959f3d3
commit 4755240ecf
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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