mirror of
https://github.com/YunoHost-Apps/peertube_remote_runner_ynh.git
synced 2024-09-03 19:56:21 +02:00
cleaning
This commit is contained in:
parent
97949af093
commit
2bccb7a455
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ yunohost service add $app --description="Peertube remote runner" --log="/var/log
|
|||
# RUNNER REGISTRATION
|
||||
#=================================================
|
||||
|
||||
ynh_app_setting_get --app=$app --key='runner_id'
|
||||
|
||||
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_node "$install_dir/node_modules/@peertube/peertube-runner" register --url $peertube_url --registration-token $runner_token --runner-name $app\_$runner_id
|
||||
|
|
Loading…
Add table
Reference in a new issue