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
0d05f9ba
Commit
0d05f9ba
authored
Mar 27, 2022
by
neilpang
Browse files
Update acme.sh
fix
https://github.com/acmesh-official/acme.sh/issues/4001
parent
a50158cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
0d05f9ba
...
...
@@ -1845,7 +1845,9 @@ _inithttp() {
_ACME_WGET
=
"
$_ACME_WGET
--max-redirect 0 "
fi
if
[
"
$DEBUG
"
]
&&
[
"
$DEBUG
"
-ge
"2"
]
;
then
_ACME_WGET
=
"
$_ACME_WGET
-d "
if
[
"
$_ACME_WGET
"
]
&&
_contains
"
$(
$_ACME_WGET
--help
2>&1
)
"
"--debug"
;
then
_ACME_WGET
=
"
$_ACME_WGET
-d "
fi
fi
if
[
"
$CA_PATH
"
]
;
then
_ACME_WGET
=
"
$_ACME_WGET
--ca-directory=
$CA_PATH
"
...
...
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