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
6b675117
Unverified
Commit
6b675117
authored
Jan 22, 2020
by
Radek SPRTA
Browse files
Disable check
parent
36e0feea
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_clouddns.sh
View file @
6b675117
...
@@ -172,6 +172,7 @@ _clouddns_api() {
...
@@ -172,6 +172,7 @@ _clouddns_api() {
response
=
"
$(
_get
"
$CLOUDDNS_API
/
$endpoint
"
)
"
response
=
"
$(
_get
"
$CLOUDDNS_API
/
$endpoint
"
)
"
fi
fi
# shellcheck disable=SC2181
if
[
"
$?
"
!=
"0"
]
;
then
if
[
"
$?
"
!=
"0"
]
;
then
_err
"Error
$endpoint
"
_err
"Error
$endpoint
"
return
1
return
1
...
...
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