From 50b8abc25b474dab30b335be12eff064d95cc4ad Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 8 Jul 2023 17:09:45 +0200 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 39d2bc2..51785fb 100755 --- a/scripts/remove +++ b/scripts/remove @@ -35,7 +35,7 @@ ynh_script_progression --message="Removing Peertube remote runner npm module..." 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 remove @peertube/peertube-runner + ynh_exec_as $app env $ynh_node_load_PATH NODE_CONFIG_DIR="$install_dir/config" NODE_ENV=production $ynh_npm uninstall @peertube/peertube-runner popd #=================================================