neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
acme.sh
|
|
@ -4019,7 +4019,7 @@ issue() { |
|
|
|
#for dns manual mode |
|
|
|
_savedomainconf "Le_OrderFinalize" "$Le_OrderFinalize" |
|
|
|
|
|
|
|
_authorizations_seg="$(echo "$response" | _egrep_o '"authorizations" *: *\[[^\]*\]' | cut -d '[' -f 2 | tr -d ']' | tr -d '"')" |
|
|
|
_authorizations_seg="$(echo "$response" | _egrep_o '"authorizations" *: *\[[^\[]*\]' | cut -d '[' -f 2 | tr -d ']' | tr -d '"')" |
|
|
|
_debug2 _authorizations_seg "$_authorizations_seg" |
|
|
|
if [ -z "$_authorizations_seg" ]; then |
|
|
|
_err "_authorizations_seg not found." |
|
|
|