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
|
# still need to create the directory
|
||||||
mkdir -p "${TMPDIR}"
|
mkdir -p "${TMPDIR}"
|
||||||
|
|
||||||
|
echo "Running kea-dhcpv6 in data directory ${TMPDIR}"
|
||||||
if [ -f "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid" ]; then
|
if [ -f "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid" ]; then
|
||||||
# Kill Kea instance from potential previous run:w
|
# Kill Kea instance from potential previous run:w
|
||||||
kill "$(cat "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid")"
|
kill "$(cat "${TMPDIR}/kea-dhcp6.kea-dhcp6.pid")"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user