Unverified Commit af740592 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3073 from vi9076/dev

Fix failed test in acmetest. Item alpine:latest - test 12
parents c9452c9f 4f3f4e23
...@@ -5642,7 +5642,7 @@ _deactivate() { ...@@ -5642,7 +5642,7 @@ _deactivate() {
_URL_NAME="uri" _URL_NAME="uri"
fi 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 if [ -z "$entries" ]; then
_info "No valid entries found." _info "No valid entries found."
if [ -z "$thumbprint" ]; then if [ -z "$thumbprint" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment