_debug "List of DNS TXT records for host:"'\n'"$(_value "$reclist" | grep"<host>$1.</host>")"
_debug "List of DNS TXT records for host:"'\n'"$(_value "$reclist" | grep"<host>$1.</host>")"
if! _value "$recid" | grep-Eq'^[0-9]+$';then
if! _value "$recid" | egrep -q'^[0-9]+$';then
_err "DNS records for root domain '${root_domain_name}' (Plesk ID ${root_domain_id}) + host '${sub_domain_name}' do not contain the TXT record '${txtvalue}'"
_err "DNS records for root domain '${root_domain_name}' (Plesk ID ${root_domain_id}) + host '${sub_domain_name}' do not contain the TXT record '${txtvalue}'"