1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix typo for ipv6 validation

This commit is contained in:
Thatoo 2019-07-27 18:03:18 +02:00 committed by GitHub
parent 72c0255047
commit 6f75b6481b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ else
ynh_replace_string '__IPV4__,' "" "$coturn_config_path" ynh_replace_string '__IPV4__,' "" "$coturn_config_path"
fi fi
if [[ -n "$public_ip6" ]] && ynh_valide_ip6 "$public_ip6" if [[ -n "$public_ip6" ]] && ynh_validate_ip6 "$public_ip6"
then then
ynh_replace_string '__IPV6__' "$public_ip6" "$coturn_config_path" ynh_replace_string '__IPV6__' "$public_ip6" "$coturn_config_path"
else else