Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
6e93ff8b
Commit
6e93ff8b
authored
Nov 10, 2017
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/1106
parent
4c99c012
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
6e93ff8b
#!/usr/bin/env sh
VER
=
2.7.
4
VER
=
2.7.
5
PROJECT_NAME
=
"acme.sh"
...
...
@@ -3474,7 +3474,7 @@ issue() {
token
=
"
$(
printf
"%s
\n
"
"
$entry
"
| _egrep_o
'"token":"[^"]*'
|
cut
-d
:
-f
2 |
tr
-d
'"'
)
"
_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
"
keyauthorization
=
"
$token
.
$thumbprint
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment