Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
85736d69
Commit
85736d69
authored
Sep 14, 2020
by
neil
Committed by
Ed Lynes
Oct 27, 2020
Browse files
fix debug info
parent
576a146e
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_duckdns.sh
View file @
85736d69
...
@@ -120,11 +120,13 @@ _duckdns_rest() {
...
@@ -120,11 +120,13 @@ _duckdns_rest() {
# DuckDNS uses GET to update domain info
# DuckDNS uses GET to update domain info
if
[
"
$method
"
=
"GET"
]
;
then
if
[
"
$method
"
=
"GET"
]
;
then
response
=
"
$(
_get
"
$url
"
)
"
response
=
"
$(
_get
"
$url
"
)
"
_debug2 response
"
$response
"
if
[
"
$DEBUG
"
-gt
0
]
&&
_contains
"
$response
"
"UPDATED"
&&
_contains
"
$response
"
"OK"
;
then
response
=
"OK"
fi
else
else
_err
"Unsupported method"
_err
"Unsupported method"
return
1
return
1
fi
fi
_debug2 response
"
$response
"
return
0
return
0
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment