Commit 5de16116 authored by neil's avatar neil
Browse files

minor fix output message.

parent 8ad71801
......@@ -223,7 +223,7 @@ _setopt() {
_startserver() {
content="$1"
_NC="nc -q 1"
if nc -h | grep "nmap.org/ncat" >/dev/null ; then
if nc -h 2>&1 | grep "nmap.org/ncat" >/dev/null ; then
_NC="nc"
fi
# while true ; do
......
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