From 6d88db96405c1c32df80db908949a3c85471afe2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:51:02 +0100 Subject: [PATCH] Update scripts/install: composer can't be run as non-root easily for now ... let's try to see if it runs as root ... --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 215ddb0..bfd629b 100644 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,8 @@ ynh_script_progression --message="Building Movim..." ynh_install_composer #ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="install" -ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="movim:migrate" +#ynh_exec_warn_less ynh_exec_as "$app" ynh_composer_exec --commands="movim:migrate" +ynh_composer_exec --commands="movim:migrate" #================================================= # START SYSTEMD SERVICE