mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
typo
This commit is contained in:
parent
4f6ea0e7f6
commit
bbe6ada1ea
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue