Commit df14b153 authored by Roman Lumetsberger's avatar Roman Lumetsberger
Browse files

fix quote

parent 7dd12044
...@@ -37,7 +37,7 @@ dns_ipv64_add() { ...@@ -37,7 +37,7 @@ dns_ipv64_add() {
_debug _domain "$_domain" _debug _domain "$_domain"
# convert to lower case # convert to lower case
_domain="$(echo "$_domain" | _lower_case')" _domain="$(echo "$_domain" | _lower_case)"
_sub_domain="$(echo "$_sub_domain" | _lower_case)" _sub_domain="$(echo "$_sub_domain" | _lower_case)"
# Now add the TXT record # Now add the TXT record
_info "Trying to add TXT record" _info "Trying to add TXT record"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment