Browse Source

Fix SC2236

pull/3051/head
Viktor Szépe 4 years ago
committed by GitHub
parent
commit
eb9005ad74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_yandex.sh

2
dnsapi/dns_yandex.sh

@ -25,7 +25,7 @@ dns_yandex_add() {
_PDD_get_record_ids || return 1
_debug "Record_ids: $record_ids"
if [ ! -z "$record_ids" ]; then
if [ -n "$record_ids" ]; then
_info "All existing $subdomain records from $domain will be removed at the very end."
fi

Loading…
Cancel
Save