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
928aa74e
Commit
928aa74e
authored
Mar 10, 2021
by
wout
Browse files
Fix typo
parent
8fdfe673
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_constellix.sh
View file @
928aa74e
...
...
@@ -30,7 +30,7 @@ dns_constellix_add() {
return
1
fi
# The TXT record might already exist when working with wilcard certificates. In that case, update the record by adding the new value.
# The TXT record might already exist when working with wil
d
card certificates. In that case, update the record by adding the new value.
_debug
"Search TXT record"
if
_constellix_rest GET
"domains/
${
_domain_id
}
/records/TXT/search?exact=
${
_sub_domain
}
"
;
then
if
printf
--
"%s"
"
$response
"
|
grep
"{
\"
errors
\"
:
\[\"
Requested record was not found
\"\]
}"
>
/dev/null
;
then
...
...
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