tests/gnrc_dhcpv6_client: bail out of sub-shell after server started
This commit is contained in:
parent
ced3268083
commit
73af152803
@ -53,7 +53,7 @@ EOF
|
|||||||
sleep 1 # sleep to let TAP become active
|
sleep 1 # sleep to let TAP become active
|
||||||
cd "$TMPDIR" || exit 1
|
cd "$TMPDIR" || exit 1
|
||||||
KEA_PIDFILE_DIR=. KEA_LOCKFILE_DIR=. \
|
KEA_PIDFILE_DIR=. KEA_LOCKFILE_DIR=. \
|
||||||
kea-dhcp6 -p "$1" -c "$config"
|
kea-dhcp6 -p "$1" -c "$config" &
|
||||||
}
|
}
|
||||||
|
|
||||||
# no need to kill from external, kea handles double instances gracefully
|
# no need to kill from external, kea handles double instances gracefully
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user