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
a5c56c54
Commit
a5c56c54
authored
Jul 29, 2017
by
neilpang
Browse files
minor, fix dns param
parent
a6a04953
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a5c56c54
...
@@ -5440,7 +5440,7 @@ _process() {
...
@@ -5440,7 +5440,7 @@ _process() {
;;
;;
--dns)
--dns)
wvalue="dns"
wvalue="dns"
if ! _startswith "$2" "-"; then
if
[ "$2" ] &&
! _startswith "$2" "-"; then
wvalue="$2"
wvalue="$2"
shift
shift
fi
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