mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
fix: fix failing ci test
This commit is contained in:
parent
b8e5c0d898
commit
7db592d27a
@ -63,6 +63,8 @@ dns_huaweicloud_rm() {
|
||||
_debug "${zoneid}"
|
||||
record_id="$(_get_recordset_id "${token}" "${fulldomain}" "${zoneid}")"
|
||||
_debug "Record Set ID is: ${record_id}"
|
||||
|
||||
# Remove all records
|
||||
while [ "${record_id}" != "0" ]; do
|
||||
_debug "Adding Record"
|
||||
_rm_record "${token}" "${zoneid}" "${record_id}"
|
||||
|
Loading…
Reference in New Issue
Block a user