From 6812e59ead07a800f834ddb8b77196f798e8bed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 24 Mar 2024 13:05:58 +0100 Subject: [PATCH] Fix install script --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"