Commit eb91f957 authored by neil's avatar neil Committed by GitHub
Browse files

fix deactivate function

fix deactivate function
parents b3f915b5 947d14ff
...@@ -3469,7 +3469,7 @@ _deactivate() { ...@@ -3469,7 +3469,7 @@ _deactivate() {
return 1 return 1
fi 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" _debug entry "$entry"
if [ -z "$entry" ]; then if [ -z "$entry" ]; 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