From f70c136656c947a46263d91af320fc411d3eff47 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Sep 2021 11:00:49 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4a144ef..0cc4bea 100644 --- a/scripts/install +++ b/scripts/install @@ -130,10 +130,10 @@ ynh_script_progression --message="Installing Etherpad..." --weight=60 chown -R $app $final_path -pushd $final_path || ynh_die +pushd $final_path ynh_use_nodejs ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh -popd || ynh_die +popd #================================================= # MODIFY A CONFIG FILE