mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
cd "$TMPDIR" || exit 1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user