Commit dcf9c467 authored by Monius's avatar Monius
Browse files

fix issue, when profile not end with newline

parent eb27013f
...@@ -6371,7 +6371,7 @@ _installalias() { ...@@ -6371,7 +6371,7 @@ _installalias() {
if [ "$_profile" ]; then if [ "$_profile" ]; then
_debug "Found profile: $_profile" _debug "Found profile: $_profile"
_info "Installing alias to '$_profile'" _info "Installing alias to '$_profile'"
_setopt "$_profile" ". \"$_envfile\"" _setopt "$_profile" "\n. \"$_envfile\""
_info "OK, Close and reopen your terminal to start using $PROJECT_NAME" _info "OK, Close and reopen your terminal to start using $PROJECT_NAME"
else else
_info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME" _info "No profile is found, you will need to go into $LE_WORKING_DIR to use $PROJECT_NAME"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment