Skip to content
Snippets Groups Projects

Fix workhorse-stunnel bash syntax

Closed username-removed-444214 requested to merge workhorse-stunnel-syntax into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -11,7 +11,7 @@ cert = $3
EOF
}
if [ x$# -ne x3 ] ; then
if [ "$#" -ne 3 ] ; then
Please register or sign in to reply
echo "Usage: $0 LISTEN_ADDRESS WORKHORSE_SOCKET CERTIFICATE"
exit 1
fi
Loading