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
2ce87fe2
Commit
2ce87fe2
authored
Jun 23, 2016
by
bruncsak
Committed by
neil
Jun 23, 2016
Browse files
bug fix to respect the --accountkeylength flag (#219)
Thanks.
parent
13d7cae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
2ce87fe2
...
@@ -2633,11 +2633,13 @@ _process() {
...
@@ -2633,11 +2633,13 @@ _process() {
--keylength
|
-k
)
--keylength
|
-k
)
_keylength
=
"
$2
"
_keylength
=
"
$2
"
accountkeylength
=
"
$2
"
if
[
"
$_accountkeylength
"
=
"no"
]
;
then
_accountkeylength
=
"
$2
"
fi
shift
shift
;;
;;
--accountkeylength
|
-ak
)
--accountkeylength
|
-ak
)
accountkeylength
=
"
$2
"
_
accountkeylength
=
"
$2
"
shift
shift
;;
;;
...
...
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