From 98b3bca5bf6958dfb2ab66540f364a523dd7f646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 May 2024 15:04:00 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f76c847..c47a4f3 100755 --- a/scripts/install +++ b/scripts/install @@ -97,8 +97,8 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" ynh_systemd_action --service_name="xftp" --action="start" --log_path="systemd" ynh_systemd_action --service_name=tor --action="restart" --log_path="systemd" -tor=$(cat /var/lib/tor/simplex-xftp/hostname) -ynh_app_setting_set --app=$app --key=tor --value=$tor +#tor=$(cat /var/lib/tor/simplex-xftp/hostname) +#ynh_app_setting_set --app=$app --key=tor --value=$tor #================================================= # END OF SCRIPT