From 6f75b6481bf19ccafe81bef4ac7b22c1091c8170 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sat, 27 Jul 2019 18:03:18 +0200 Subject: [PATCH] Fix typo for ipv6 validation --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 01fab88..6ee091f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -122,7 +122,7 @@ else ynh_replace_string '__IPV4__,' "" "$coturn_config_path" fi -if [[ -n "$public_ip6" ]] && ynh_valide_ip6 "$public_ip6" +if [[ -n "$public_ip6" ]] && ynh_validate_ip6 "$public_ip6" then ynh_replace_string '__IPV6__' "$public_ip6" "$coturn_config_path" else