From 5c7ac659ba23ff838cc3f232cd5ed76b169b78c2 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Tue, 23 Jul 2019 10:22:14 +0200 Subject: [PATCH] Fix typo in IP6 validation --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index de7c3ca..28b1a5b 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