From 5e4a0fe8078b5b919cbf262293f8055c2b9fc9d2 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:14:28 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b06a6b2..ee86508 100755 --- a/scripts/install +++ b/scripts/install @@ -85,7 +85,7 @@ ynh_add_systemd_config --service=xftp --template=xftp.systemd.service yunohost service add $app --description="Messaging platform" --log="/var/log/$app/$app.log" --needs_exposed_ports="$port" yunohost service add xftp --description="Messaging platform" --log="/var/log/$app/$app.log" --needs_exposed_ports="$port_xftp" -yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" #--needs_exposed_ports="$port_or" --test_status="pgrep tor" +yunohost service add tor --description="Tor Relay" --log="/var/log/$app/$app.log" --test_status="pgrep tor" #--needs_exposed_ports="$port_or" #================================================= # START SYSTEMD SERVICE