Browse Source

fix for solaris

pull/458/head
neilpang 8 years ago
parent
commit
03d3f3afc3
  1. 2
      acme.sh

2
acme.sh

@ -3469,7 +3469,7 @@ _deactivate() {
return 1
fi
entry="$(printf "%s\n" "$response" | _egrep_o '[^\{]*"status":"valid","uri"[^\}]*')"
entry="$(printf "%s\n" "$response" | _egrep_o '{"type":".*","status":"valid","uri"[^}]*')"
_debug entry "$entry"
if [ -z "$entry" ]; then

Loading…
Cancel
Save