neil 9 years ago
parent
commit
0f4e8b0e69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

@@ -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"