From 04ecceb0e72e2afc6160f0765944f375fc73b81c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 Oct 2022 21:29:14 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8efcd6d..751f293 100644 --- a/scripts/install +++ b/scripts/install @@ -154,7 +154,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