mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
Update install
This commit is contained in:
parent
38aa21d74a
commit
66b2103b89
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1
|
|||
ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd"
|
||||
ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd"
|
||||
|
||||
key=$(cat $install_dir/id_ed25519.pub)
|
||||
key=$(cat "$install_dir/id_ed25519.pub")
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
Loading…
Add table
Reference in a new issue