diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-05-21 11:22:04 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-05-21 11:22:04 +0200 |
commit | 84a62b79a2bccb8b7db24e230854a7b160c0851b (patch) | |
tree | 0a077b18837d4a2a34628b86a03f849be8737c0a /doc/demo.sh | |
parent | 9311ceb8b6fe7064cffca3efda051ef1e1801642 (diff) | |
download | passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar.gz passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar.bz2 passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar.lz passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar.xz passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.tar.zst passt-84a62b79a2bccb8b7db24e230854a7b160c0851b.zip |
passt: Also log to stderr, don't fork to background if not interactive
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'doc/demo.sh')
-rwxr-xr-x | doc/demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demo.sh b/doc/demo.sh index c7d2eac..83f9e78 100755 --- a/doc/demo.sh +++ b/doc/demo.sh @@ -115,4 +115,4 @@ echo echo "Starting passt..." echo -ip netns exec "${ns}" ./passt +ip netns exec "${ns}" ./passt | cat |