Browse Source
Update dns_ddnss.sh
fix format for Travis CI checks
pull/1353/head
helbgd
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_ddnss.sh
|
|
@ -121,7 +121,7 @@ _ddnss_rest() { |
|
|
|
|
|
|
|
|
# DDNSS uses GET to update domain info |
|
|
# DDNSS uses GET to update domain info |
|
|
if [ "$method" = "GET" ]; then |
|
|
if [ "$method" = "GET" ]; then |
|
|
response="$(_get "$url" | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' |tail -n 1 )" |
|
|
|
|
|
|
|
|
response="$(_get "$url" | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | tail -n 1)" |
|
|
else |
|
|
else |
|
|
_err "Unsupported method" |
|
|
_err "Unsupported method" |
|
|
return 1 |
|
|
return 1 |
|
|
|