Browse Source
Merge pull request #3073 from vi9076/dev
Fix failed test in acmetest. Item alpine:latest - test 12
pull/3092/head
neil
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -5642,7 +5642,7 @@ _deactivate() { |
|
|
|
_URL_NAME="uri" |
|
|
|
fi |
|
|
|
|
|
|
|
entries="$(echo "$response" | _egrep_o "{ *\"type\":\"[^\"]*\", *\"status\": *\"valid\", *\"$_URL_NAME\"[^}]*")" |
|
|
|
entries="$(echo "$response" | _egrep_o "[^{]*\"type\":\"[^\"]*\", *\"status\": *\"valid\", *\"$_URL_NAME\"[^}]*")" |
|
|
|
if [ -z "$entries" ]; then |
|
|
|
_info "No valid entries found." |
|
|
|
if [ -z "$thumbprint" ]; then |
|
|
|