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
d2f0178f
Commit
d2f0178f
authored
Jun 15, 2017
by
neil
Committed by
GitHub
Jun 15, 2017
Browse files
Merge pull request #879 from Neilpang/dev
add debug message
parents
6e68c4e2
326c386b
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
d2f0178f
...
@@ -151,6 +151,13 @@ _dlg_versions() {
...
@@ -151,6 +151,13 @@ _dlg_versions() {
echo "apache doesn't exists."
echo "apache doesn't exists."
fi
fi
echo "nginx:"
if _exists "nginx"; then
nginx -V 2>&1
else
echo "nginx doesn't exists."
fi
echo "nc:"
echo "nc:"
if _exists "nc"; then
if _exists "nc"; then
nc -h 2>&1
nc -h 2>&1
...
...
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