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
c6c395cd
Unverified
Commit
c6c395cd
authored
Feb 22, 2020
by
neil
Committed by
GitHub
Feb 22, 2020
Browse files
Merge pull request #2737 from xpac1985/patch-3
Make socat debug output show version + features instead of help text
parents
48310646
463df9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
c6c395cd
...
@@ -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