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
49d75a0c
Commit
49d75a0c
authored
Apr 05, 2017
by
neilpang
Browse files
minor, add more error message
parent
7df062b7
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
49d75a0c
...
...
@@ -3121,6 +3121,10 @@ issue() {
_usage
"Usage:
$PROJECT_ENTRY
--issue -d a.com -w /path/to/webroot/a.com/ "
return
1
fi
if
[
-z
"
$1
"
]
;
then
_usage
"Please specify at least one validation method: '--webroot', '--standalone', '--apache', '--nginx' or '--dns' etc."
return
1
fi
_web_roots
=
"
$1
"
_main_domain
=
"
$2
"
_alt_domains
=
"
$3
"
...
...
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