Update remove

This commit is contained in:
lapineige 2023-07-08 17:09:45 +02:00 committed by GitHub
parent 0746375d97
commit 50b8abc25b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#=================================================