diff --git a/scripts/install b/scripts/install index 35e360c..0cd7cd1 100644 --- a/scripts/install +++ b/scripts/install @@ -36,8 +36,8 @@ ynh_script_progression --message="Building Movim..." # Install composer ynh_install_composer -COMPOSER_ALLOW_SUPERUSER=1 "$app" ynh_composer_exec --commands="install" -COMPOSER_ALLOW_SUPERUSER=1 "$app" ynh_composer_exec --commands="movim:migrate" +COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="install" +COMPOSER_ALLOW_SUPERUSER=1 ynh_composer_exec --commands="movim:migrate" chown -R "$app:www-data" "$install_dir"