fix for Proxmox

This commit is contained in:
neil 2016-04-01 23:48:42 +08:00
parent b7604c0647
commit 399306a164
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -596,7 +596,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
if echo "$nchelp" | grep "GNU netcat" >/dev/null && echo "$nchelp" | grep "\-c, \-\-close" >/dev/null ; then