From c4a61bb42cfe9dcde684a2e1c690513fcae65243 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 20 Oct 2022 08:07:29 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 751f293..eb50cc0 100644 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Building Movim..." -ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" +ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" --install_args="config allow-plugins true -n" ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="movim:migrate" #ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet