mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 02:42:45 +00:00
Merge aefa5788a8e5b0d4b56be5802b39d764f4aae025 into d3da603292407ddfede34aa5c921e6e31af05635
This commit is contained in:
commit
8973ca9889
@ -185,7 +185,7 @@ _clean() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
record_id="$(echo "$response" | tr '{' "\n" | grep "$_sub_domain" | grep "$txtvalue" | tr "," "\n" | grep RecordId | cut -d '"' -f 4)"
|
record_id="$(echo "$response" | tr '{' "\n" | grep "$_sub_domain" | grep "$txtvalue" | tr "," "\n" | grep RecordId | head -1 | cut -d '"' -f 4)"
|
||||||
_debug2 record_id "$record_id"
|
_debug2 record_id "$record_id"
|
||||||
|
|
||||||
if [ -z "$record_id" ]; then
|
if [ -z "$record_id" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user