Skip to content
Snippets Groups Projects
Commit aa22cb78 authored by Chris Wilson's avatar Chris Wilson
Browse files

Fix workhorse-stunnel bash syntax

parent fc9deee2
No related branches found
No related tags found
1 merge request!146Fix workhorse-stunnel bash syntax
Loading
Loading
@@ -11,7 +11,7 @@ cert = $3
EOF
}
 
if [ x$# -ne x3 ] ; then
if [ "$#" -ne 3 ] ; then
echo "Usage: $0 LISTEN_ADDRESS WORKHORSE_SOCKET CERTIFICATE"
exit 1
fi
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment