From 66b2103b8978cffc883235c68f2f1f0d8e69bc05 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:51:54 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 461cedf..c7b2c06 100755 --- a/scripts/install +++ b/scripts/install @@ -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