mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
minor, fix blank line
This commit is contained in:
parent
6dfaaa702c
commit
b86869a0a4
3
le.sh
3
le.sh
@ -296,7 +296,6 @@ _setopt() {
|
|||||||
|
|
||||||
else
|
else
|
||||||
_debug APP
|
_debug APP
|
||||||
echo "" >> "$__conf"
|
|
||||||
echo "$__opt$__sep$__val$__end" >> "$__conf"
|
echo "$__opt$__sep$__val$__end" >> "$__conf"
|
||||||
fi
|
fi
|
||||||
_debug "$(grep -H -n "^$__opt$__sep" $__conf)"
|
_debug "$(grep -H -n "^$__opt$__sep" $__conf)"
|
||||||
@ -1232,7 +1231,7 @@ install() {
|
|||||||
alias le=\"$LE_WORKING_DIR/le.sh\"
|
alias le=\"$LE_WORKING_DIR/le.sh\"
|
||||||
alias le.sh=\"$LE_WORKING_DIR/le.sh\"
|
alias le.sh=\"$LE_WORKING_DIR/le.sh\"
|
||||||
" > "$LE_WORKING_DIR/le.env"
|
" > "$LE_WORKING_DIR/le.env"
|
||||||
|
echo "" >> "$_profile"
|
||||||
_setopt "$_profile" "source \"$LE_WORKING_DIR/le.env\""
|
_setopt "$_profile" "source \"$LE_WORKING_DIR/le.env\""
|
||||||
_info "OK, Close and reopen your terminal to start using le"
|
_info "OK, Close and reopen your terminal to start using le"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user