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

Merge pull request #1107 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/1106
parents 11400340 6e93ff8b
#!/usr/bin/env sh #!/usr/bin/env sh
VER=2.7.4 VER=2.7.5
PROJECT_NAME="acme.sh" PROJECT_NAME="acme.sh"
...@@ -3474,7 +3474,7 @@ issue() { ...@@ -3474,7 +3474,7 @@ issue() {
token="$(printf "%s\n" "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')" token="$(printf "%s\n" "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
_debug token "$token" _debug token "$token"
uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d : -f 2,3 | tr -d '"')" uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d '"' -f 4)"
_debug uri "$uri" _debug uri "$uri"
keyauthorization="$token.$thumbprint" keyauthorization="$token.$thumbprint"
......
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