From a2f03ca433c15f2b587351712d6d2c3a4c734e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:46:48 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2cc8653..461cedf 100755 --- a/scripts/install +++ b/scripts/install @@ -52,10 +52,10 @@ ynh_use_logrotate ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" --timeout="20" -ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd" --timeout="20" +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