mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix issue
This commit is contained in:
parent
2ed01ff040
commit
1786a5e55a
2
acme.sh
2
acme.sh
@ -1890,7 +1890,7 @@ _installalias() {
|
||||
echo "$(cat $_envfile)" | sed "s|^alias le.sh.*$||" > "$_envfile"
|
||||
fi
|
||||
|
||||
_setopt "$_envfile" "LE_WORKING_DIR" "=" "\"$LE_WORKING_DIR\""
|
||||
_setopt "$_envfile" "export LE_WORKING_DIR" "=" "\"$LE_WORKING_DIR\""
|
||||
_setopt "$_envfile" "alias $PROJECT_ENTRY" "=" "\"$LE_WORKING_DIR/$PROJECT_ENTRY\""
|
||||
|
||||
_profile="$(_detect_profile)"
|
||||
|
Loading…
Reference in New Issue
Block a user