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