Commit 55a55e9f authored by lufi42's avatar lufi42
Browse files

Fixed debug log to prevent globbing and word splitting.

parent b41d40da
...@@ -167,7 +167,7 @@ dns_pleskxml_rm() { ...@@ -167,7 +167,7 @@ dns_pleskxml_rm() {
)" )"
_debug "Got id from line:" _debug "Got id from line:"
_debug $recid _debug "$recid"
if ! _value "$recid" | grep '^[0-9]\{1,\}$' >/dev/null; then if ! _value "$recid" | grep '^[0-9]\{1,\}$' >/dev/null; 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}'"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment