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
463df9e4
Unverified
Commit
463df9e4
authored
Feb 18, 2020
by
xpac1985
Committed by
GitHub
Feb 18, 2020
Browse files
Make socat debug output show version + features instead of help text
parent
754f7a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
463df9e4
...
@@ -207,7 +207,7 @@ _dlg_versions() {
...
@@ -207,7 +207,7 @@ _dlg_versions() {
echo
"socat:"
echo
"socat:"
if
_exists
"socat"
;
then
if
_exists
"socat"
;
then
socat
-
h
2>&1
socat
-
V
2>&1
else
else
_debug
"socat doesn't exists."
_debug
"socat doesn't exists."
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