Unverified Commit eb9005ad authored by Viktor Szépe's avatar Viktor Szépe Committed by GitHub
Browse files

Fix SC2236

parent 14089f8c
...@@ -25,7 +25,7 @@ dns_yandex_add() { ...@@ -25,7 +25,7 @@ dns_yandex_add() {
_PDD_get_record_ids || return 1 _PDD_get_record_ids || return 1
_debug "Record_ids: $record_ids" _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." _info "All existing $subdomain records from $domain will be removed at the very end."
fi fi
......
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