mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 19:27:41 +00:00
just ok...
This commit is contained in:
parent
8cfec71976
commit
68e7403fa3
@ -172,7 +172,7 @@ _clean() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
local records="$(echo "$response" -n | _egrep_o "\"RecordId\":\"[^\"]*\"" | cut -d : -f 2 | tr -d \")"
|
||||
records="$(echo "$response" -n | _egrep_o "\"RecordId\":\"[^\"]*\"" | cut -d : -f 2 | tr -d \")"
|
||||
echo -n "$records" \
|
||||
| while read -r record_id; do
|
||||
_delete_record_query "$record_id"
|
||||
|
Loading…
x
Reference in New Issue
Block a user