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
96f79475
Commit
96f79475
authored
Apr 05, 2017
by
neil
Committed by
GitHub
Apr 05, 2017
Browse files
Merge pull request #774 from Neilpang/dev
fix
https://github.com/Neilpang/acme.sh/issues/549
parents
6c3a0bc7
3576754c
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
96f79475
...
...
@@ -107,7 +107,7 @@ __green() {
if
[
"
$__INTERACTIVE
"
]
;
then
printf
'\033[1;31;32m'
fi
printf
--
"
$1
"
printf
--
"%b"
"
$1
"
if
[
"
$__INTERACTIVE
"
]
;
then
printf
'\033[0m'
fi
...
...
@@ -117,7 +117,7 @@ __red() {
if
[
"
$__INTERACTIVE
"
]
;
then
printf
'\033[1;31;40m'
fi
printf
--
"
$1
"
printf
--
"%b"
"
$1
"
if
[
"
$__INTERACTIVE
"
]
;
then
printf
'\033[0m'
fi
...
...
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