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
4ebad105
Commit
4ebad105
authored
Mar 13, 2019
by
neilpang
Browse files
fix format
parent
0b04a7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
4ebad105
...
...
@@ -4931,7 +4931,7 @@ __read_password() {
prompt="Enter Password:"
while IFS= read -p "$prompt" -r -s -n 1 char; do
if [ "$char" = $'\0' ]; then
break
break
fi
prompt='*'
_pp="$_pp$char"
...
...
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