Attention is currently required from: pespin.
1 comment:
File ttcn3-tcpdump-start.sh:
Patch Set #1, Line 88: echo $CMD_STR
should be
```
echo "$CMD_STR"
```
Otherwise `>$CMD_OUTFILE 2>$FIFO &` will be applied here AFAIK, redirect stdout and stderr, and run in background.
To view, visit change 36866. To unsubscribe, or for help writing mail filters, visit settings.