Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
dcf9c467
Commit
dcf9c467
authored
Aug 20, 2022
by
Monius
Browse files
fix issue, when profile not end with newline
parent
eb27013f
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
dcf9c467
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment