mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/gnrc_dhcpv6_client: inform user about TMPDIR
This commit is contained in:
parent
4c9547b388
commit
012b62b96e
@ -31,6 +31,7 @@ _dhcpv6_server() {
|
||||
# still need to create the directory
|
||||
mkdir -p "${TMPDIR}"
|
||||
|
||||
echo "Running kea-dhcpv6 in data directory ${TMPDIR}"
|
||||
if [ -f "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid" ]; then
|
||||
# Kill Kea instance from potential previous run:w
|
||||
kill "$(cat "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid")"
|
||||
|
Loading…
Reference in New Issue
Block a user