mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 20:22:13 +08:00
Additional shfmt issues
This commit is contained in:
@@ -112,7 +112,7 @@ dns_qc_rm() {
|
|||||||
_debug "txt record_id" "$record_id"
|
_debug "txt record_id" "$record_id"
|
||||||
if [ -z "$record_id" ]; then
|
if [ -z "$record_id" ]; then
|
||||||
_info "Can not get txt record id to remove."
|
_info "Can not get txt record id to remove."
|
||||||
return 1
|
return 0
|
||||||
fi
|
fi
|
||||||
if ! _qc_rest DELETE "zones/$_domain_id/records/$record_id"; then
|
if ! _qc_rest DELETE "zones/$_domain_id/records/$record_id"; then
|
||||||
_info "Delete txt record error."
|
_info "Delete txt record error."
|
||||||
|
|||||||
Reference in New Issue
Block a user