From be17e9d985fa30ec8dcc761d3f62fa82b7895df6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 8 Jul 2023 22:08:15 +0200 Subject: [PATCH] use npm_node --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5a82e9b..09bd153 100755 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,7 @@ chown -R $app:www-data "$install_dir" pushd "$install_dir" ynh_use_nodejs - ynh_exec_as $app env $ynh_node_load_PATH NODE_CONFIG_DIR="$install_dir/config" NODE_ENV=production $ynh_npm install @peertube/peertube-runner + ynh_exec_as $app env $ynh_node_load_PATH NODE_CONFIG_DIR="$install_dir/config" NODE_ENV=production $ynh_node install @peertube/peertube-runner popd #=================================================