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
4dd69a8b
Commit
4dd69a8b
authored
Jul 29, 2017
by
Ondrej Simek
Browse files
Exit codes, exit codes... Exit codes everywhere...
parent
baa11605
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_he.sh
View file @
4dd69a8b
...
@@ -50,9 +50,9 @@ dns_he_add() {
...
@@ -50,9 +50,9 @@ dns_he_add() {
_info
"TXT record added successfuly."
_info
"TXT record added successfuly."
else
else
_err
"Couldn't add the TXT record."
_err
"Couldn't add the TXT record."
return
"
$exit_code
"
fi
fi
_debug2 response
"
$response
"
_debug2 response
"
$response
"
return
"
$exit_code
"
}
}
#-- dns_he_rm() - Remove TXT record ------------------------------------
#-- dns_he_rm() - Remove TXT record ------------------------------------
...
...
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