fix typo in tests/network-setup.sh

master
tiptorrent development team 2021-09-08 16:49:29 +02:00
parent 2610239d62
commit e72dc5e1cb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ start () {
ip -net srv addr add 10.141.10.1/24 dev veth0
ip -net srv link set up dev veth0
ip netns exec srv .././grepo --max-clients 1 --redirect --root . &
ip netns exec srv .././tiptorrent --max-clients 1 --redirect --root . &
ip -net c1 addr add 10.141.10.2/24 dev veth0
ip -net c1 link set up dev veth0