mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
make install command respect LE_CONFIG_HOME env
This commit is contained in:
parent
d29aa43ba4
commit
8e845d9f21
5
acme.sh
5
acme.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user