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
ed3f2646
Unverified
Commit
ed3f2646
authored
Feb 20, 2019
by
diseq
Committed by
GitHub
Feb 20, 2019
Browse files
fix format
parent
0499d2b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_one.sh
View file @
ed3f2646
...
...
@@ -135,11 +135,11 @@ dns_one_rm() {
_debug response
"
$response
"
if
[
"
$response
"
=
'{"result":null,"metadata":null}'
]
;
then
_info
"Removed, OK"
return
0
else
_err
"Removing txt record error."
return
1
_info
"Removed, OK"
return
0
else
_err
"Removing txt record error."
return
1
fi
}
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