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
8e845d9f
Commit
8e845d9f
authored
Jun 06, 2017
by
neil
Browse files
make install command respect LE_CONFIG_HOME env
parent
d29aa43b
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
8e845d9f
...
@@ -4640,6 +4640,11 @@ install() {
...
@@ -4640,6 +4640,11 @@ install() {
return 1
return 1
fi
fi
if [ -z "$_c_home" ] && [ "$LE_CONFIG_HOME" != "$LE_WORKING_DIR" ]; then
_info "Using config home: $LE_CONFIG_HOME"
_c_home="$LE_CONFIG_HOME"
fi
#convert from le
#convert from le
if [ -d "$HOME/.le" ]; then
if [ -d "$HOME/.le" ]; then
for envfile in "le.env" "le.sh.env"; do
for envfile in "le.env" "le.sh.env"; do
...
...
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