From 372c7b89f3d199921eb78c2f9705ff50ae064182 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Aug 2023 13:51:42 +0200 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3ab0e3f..ca91dde 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,8 @@ ynh_script_progression --message="Installing Etherpad..." --weight=60 pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/run.sh + #ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH src/bin/run.sh + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH bin/installDeps.sh popd #=================================================