This commit is contained in:
stilez 2019-11-05 20:58:51 +00:00 committed by GitHub
parent 4216c9e8f7
commit a9726bd52f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ _pleskxml_get_root_domain() {
root_domain_name="$(_valuecut 2 1000 "$root_domain_name")"
if ! _countdots "$root_domain_name"; then
if [ _countdots "$root_domain_name" -eq 0 ]; then
_debug "No match, and next parent would be a TLD..."
_err "Cannot find '$original_full_domain_name' or any parent domain of it, in Plesk."
_err "Are you sure that this domain is managed by this Plesk server?"