From 5107653013a7f4dd6308ee955521a520854c992f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:21:38 +0100 Subject: [PATCH] cleaning --- doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 2 +- scripts/install | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 2d8e0c3..a17a8cb 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -3,4 +3,4 @@ Credentials to use in RustDesk client Settings -> Network ID Server: __DOMAIN__ Relay Server: __DOMAIN__ API Server: https://__DOMAIN__ -key: __KEY__ \ No newline at end of file +The key can be found here: __INSTALL_DIR__/id_ed25519.pub \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index cd95a75..8672231 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -3,4 +3,4 @@ Informations d'identification à utiliser dans le client RustDesk sous Paramètr Serveur ID : __DOMAIN__ Serveur relais : __DOMAIN__ Serveur API : https://__DOMAIN__ -Key : __KEY__ \ No newline at end of file +La clé peut être trouvée ici: __INSTALL_DIR__/id_ed25519.pub \ No newline at end of file diff --git a/scripts/install b/scripts/install index a7811fb..bcee691 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ 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") -ynh_app_setting_set --app=$app --key=key --value=$key +#key=$(cat "$install_dir/id_ed25519.pub") +#ynh_app_setting_set --app=$app --key=key --value=$key #================================================= # END OF SCRIPT