From a0bce0e2bea4a695d8fd2d8130e16930ecf1e9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 23 Aug 2020 10:03:10 +0200 Subject: [PATCH] Remove alt_tls_port in diagnosis --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index cf5141b..48983e8 100644 --- a/scripts/install +++ b/scripts/install @@ -407,7 +407,7 @@ setfacl -R -m user:turnserver:rwX /var/log/matrix-$app #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # RELOAD SERVICES diff --git a/scripts/restore b/scripts/restore index d68aae3..3b3815d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -134,7 +134,7 @@ systemctl enable coturn-$app.service #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # CREATE A DH FILE diff --git a/scripts/upgrade b/scripts/upgrade index 01f1723..d1a6b80 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -390,7 +390,7 @@ ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$ #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # UPDATE SYSTEMD