1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-12 00:42:56 +00:00

fix deactivate function

This commit is contained in:
neilpang
2016-12-09 22:20:38 +08:00
parent 03d3f3afc3
commit 947d14ffeb
+1 -1
View File
@@ -3469,7 +3469,7 @@ _deactivate() {
return 1
fi
entry="$(printf "%s\n" "$response" | _egrep_o '{"type":".*","status":"valid","uri"[^}]*')"
entry="$(printf "%s\n" "$response" | _egrep_o '{"type":"[^"]*","status":"valid","uri"[^}]*')"
_debug entry "$entry"
if [ -z "$entry" ]; then