mirror of
https://github.com/YunoHost-Apps/peertube_remote_runner_ynh.git
synced 2024-09-03 19:56:21 +02:00
fix id
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
d9cad365bf
commit
55b49c31ab
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
|
|||
#=================================================
|
||||
ynh_script_progression --message="Registering the runner on Peertube server..." --weight=1
|
||||
|
||||
runner_id = ynh_string_random --length=5 --filter='0-9'
|
||||
runner_id=$(ynh_string_random --length=5 --filter='0-9')
|
||||
ynh_app_setting_set --app=$app --key='runner_id' --value=$runner_id
|
||||
|
||||
pushd "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue