Commit 0f4e8b0e authored by neil's avatar neil
Browse files

minor

parent 850c1128
......@@ -357,7 +357,7 @@ _startserver() {
nchelp="$(nc -h 2>&1)"
if echo "$nchelp" | grep " \-q " >/dev/null ; then
if echo "$nchelp" | grep "\-q " >/dev/null ; then
_NC="nc -q 1 -l"
else
_NC="nc -l"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment