2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 22:35:22 +00:00

Merge pull request #877 from Neilpang/master

sync
This commit is contained in:
neil
2017-06-15 21:27:30 +08:00
committed by GitHub

View File

@@ -4640,6 +4640,11 @@ install() {
return 1
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
if [ -d "$HOME/.le" ]; then
for envfile in "le.env" "le.sh.env"; do