Remove quit as it sometimes confuses the client.
Known problem with 4.3.11, depend on the EOF.
This commit is contained in:
parent
d4227f9ff8
commit
dabee52bc9
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ runfeed() {
|
|||
[ -n "$REP" ] || REP="$1"
|
||||
{
|
||||
cat
|
||||
echo "quit"
|
||||
} | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; }
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue