1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-25 23:21:38 +00:00

Update dns api to support v2 wildcard cert #1261

This commit is contained in:
Boyan Peychev
2018-02-20 11:22:06 +02:00
parent 9f6832d636
commit 28355335f8
+1 -1
View File
@@ -66,7 +66,7 @@ dns_cloudns_rm() {
return 1 return 1
fi fi
for i in $(echo "$response" | tr '{' "\n" | grep $record); do for i in $(echo "$response" | tr '{' "\n" | grep "$record"); do
record_id=$(echo "$i" | tr ',' "\n" | grep -E '^"id"' | sed -re 's/^\"id\"\:\"([0-9]+)\"$/\1/g') record_id=$(echo "$i" | tr ',' "\n" | grep -E '^"id"' | sed -re 's/^\"id\"\:\"([0-9]+)\"$/\1/g')
if [ ! -z "$record_id" ]; then if [ ! -z "$record_id" ]; then