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
8601267b
Commit
8601267b
authored
Sep 08, 2022
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4301
parent
6767e0c5
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
8601267b
...
@@ -7442,17 +7442,17 @@ _process() {
...
@@ -7442,17 +7442,17 @@ _process() {
shift
shift
;;
;;
--home
)
--home
)
LE_WORKING_DIR
=
"
$2
"
export
LE_WORKING_DIR
=
"
$2
"
shift
shift
;;
;;
--cert-home
|
--certhome
)
--cert-home
|
--certhome
)
_certhome
=
"
$2
"
_certhome
=
"
$2
"
CERT_HOME
=
"
$_certhome
"
export
CERT_HOME
=
"
$_certhome
"
shift
shift
;;
;;
--config-home
)
--config-home
)
_confighome
=
"
$2
"
_confighome
=
"
$2
"
LE_CONFIG_HOME
=
"
$_confighome
"
export
LE_CONFIG_HOME
=
"
$_confighome
"
shift
shift
;;
;;
--useragent
)
--useragent
)
...
...
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