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
97893d29
Unverified
Commit
97893d29
authored
Jan 18, 2018
by
neil
Committed by
GitHub
Jan 18, 2018
Browse files
Merge pull request #1201 from hmb/dev
fix bug in the --ca-bundle param of passing -f to _readlink
parents
45e21d50
78d1cfb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
97893d29
...
...
@@ -5510,7 +5510,7 @@ _process() {
HTTPS_INSECURE
=
"1"
;;
--ca-bundle
)
_ca_bundle
=
"
$(
_readlink
-f
"
$2
"
)
"
_ca_bundle
=
"
$(
_readlink
"
$2
"
)
"
CA_BUNDLE
=
"
$_ca_bundle
"
shift
;;
...
...
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