Browse Source

Update dns_ddnss.sh

mod242 6 years ago
parent
commit
bb703281a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_ddnss.sh

+ 1 - 1
dnsapi/dns_ddnss.sh

@@ -119,7 +119,7 @@ _ddnss_rest() {
 
   # DDNSS uses GET to update domain info
   if [ "$method" = "GET" ]; then
-    response="$(_get "$url" | sed :a -e 's/<[^>]*>//g;/</N;//ba' | _tail_n 1)"
+    response="$(_get "$url" | sed 's/<[^>]*>//g;/</N;//ba' | _tail_n 1)"
   else
     _err "Unsupported method"
     return 1