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
b6aff659
Unverified
Commit
b6aff659
authored
Dec 02, 2017
by
neil
Committed by
GitHub
Dec 02, 2017
Browse files
Merge pull request #1128 from Neilpang/dev
fix
https://github.com/Neilpang/acme.sh/issues/1127
parents
aea631d9
b615cce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b6aff659
FROM
alpine
FROM
alpine
:3.6
RUN
apk update
-f
\
&&
apk
--no-cache
add
-f
\
...
...
acme.sh
View file @
b6aff659
...
...
@@ -463,8 +463,7 @@ if _exists xargs && [ "$(printf %s '\\x41' | xargs printf)" = 'A' ]; then
fi
_h2b
()
{
if
_exists xxd
;
then
xxd
-r
-p
if
_exists xxd
&&
xxd
-r
-p
2>/dev/null
;
then
return
fi
...
...
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