From c564f5394afcd1d6f2db7a0563894c3ada7ccd9e 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 14:24:17 +0100 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/install | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 14ec76d..8e133fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "RustDesk Server" description.en = "Remote control alternative for self-hosting" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" -version = "1.1.8-2~ynh1" +version = "1.1.8-2~ynh2" maintainers = ["eric_G"] diff --git a/scripts/install b/scripts/install index bcee691..5d34885 100755 --- a/scripts/install +++ b/scripts/install @@ -55,9 +55,6 @@ 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 - #================================================= # END OF SCRIPT #=================================================