1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
This commit is contained in:
Gredin67 2023-04-24 23:13:57 +02:00 committed by GitHub
parent 4f6ea0e7f6
commit bbe6ada1ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -302,7 +302,7 @@ public_ip6="$(curl -s ipv6.yunohost.org)" || true
turn_external_ip=""
if [ -n "$public_ip4" ] && ynh_validate_ip4 --ip_address="$public_ip4"
then
turn_external_ip+="external-ip=$public_ip4"%'\n'
turn_external_ip+="external-ip=$public_ip4"$'\n'
fi
if [ -n "$public_ip6" ] && ynh_validate_ip6 --ip_address="$public_ip6"