From 921a4e8d592545c833c27bdba9ae51191fa0418c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Mar 2022 18:30:17 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b07dd84..823c336 100644 --- a/scripts/install +++ b/scripts/install @@ -155,7 +155,7 @@ ynh_script_progression --message="Building Movim..." ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path" 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 +#ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet #================================================= # GENERIC FINALIZATION