This commit is contained in:
stilez 2019-11-05 21:09:14 +00:00 committed by GitHub
parent 43011f3bfa
commit 05247dc4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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