Merge pull request #3073 from vi9076/dev
Fix failed test in acmetest. Item alpine:latest - test 12pull/3092/head
commit
af740592c9
2
acme.sh
2
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
|
||||
|
|
Loading…
Reference in New Issue