update README
This commit is contained in:
@@ -31,7 +31,7 @@ setup()
|
||||
cleanup()
|
||||
{
|
||||
ip tuntap del mode tun dev "$device" || true
|
||||
kill $(cat "$pidfile")
|
||||
kill "$(cat "$pidfile")"
|
||||
ip -n "$ns" tuntap del mode tun dev "$device"
|
||||
ip netns del "$ns"
|
||||
}
|
||||
|
Reference in New Issue
Block a user