mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
another whitespace
This commit is contained in:
parent
ec654d2355
commit
bfa6e52470
@ -199,7 +199,7 @@ _existingchallenge() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
_uuid=""
|
_uuid=""
|
||||||
_uuid=$( echo "$_record_response" | _egrep_o "\"uuid\":\"[^\"]*\",\"enabled\":\"[01]\",\"domain\":\"$1\",\"name\":\"$2\",\"type\":\"TXT\",\"value\":\"$3\"" | cut -d ':' -f 2 | cut -d '"' -f 2)
|
_uuid=$(echo "$_record_response" | _egrep_o "\"uuid\":\"[^\"]*\",\"enabled\":\"[01]\",\"domain\":\"$1\",\"name\":\"$2\",\"type\":\"TXT\",\"value\":\"$3\"" | cut -d ':' -f 2 | cut -d '"' -f 2)
|
||||||
|
|
||||||
if [ -n "$_uuid" ]; then
|
if [ -n "$_uuid" ]; then
|
||||||
_debug uuid "$_uuid"
|
_debug uuid "$_uuid"
|
||||||
|
Loading…
Reference in New Issue
Block a user