Browse Source

fix format

pull/2707/head
neilpang 5 years ago
parent
commit
f8b225e70e
  1. 2
      acme.sh

2
acme.sh

@ -4140,7 +4140,7 @@ $_authorizations_map"
return 1
fi
fi
if [ -z "$keyauthorization" ]; then
token="$(echo "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
_debug token "$token"

Loading…
Cancel
Save