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
05247dc4
Unverified
Commit
05247dc4
authored
Nov 05, 2019
by
stilez
Committed by
GitHub
Nov 05, 2019
Browse files
fix
parent
43011f3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_pleskxml.sh
View file @
05247dc4
...
...
@@ -347,7 +347,7 @@ _pleskxml_get_root_domain() {
# test if the domain as provided is valid for splitting.
if
!
_countdots
"
$original_full_domain_name
"
;
then
if
[
"
$(
_countdots
"
$original_full_domain_name
"
)
"
-eq
0
]
;
then
_err
"Invalid domain. The ACME domain must contain at least two parts (aa.bb) to identify a domain and tld for the TXT record."
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