commit 30208f8d05e307de27804c88bd83ec47e8c560e4 parent e9e8ba9b06ad4eb2d912220568e852c4d51d668e Author: Christian Grothoff <grothoff@gnunet.org> Date: Sun, 14 Jan 2024 17:17:16 +0100 -fix network check Diffstat:
| M | contrib/taler-mdb-network-check.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/taler-mdb-network-check.sh b/contrib/taler-mdb-network-check.sh @@ -92,7 +92,8 @@ function show_failure() wait CHILD_PID="-1" fi - ${FAIL_PROG} "$1" >&2 + ${FAIL_PROG} "$1" >&2 & + CHILD_PID=$! } # Function to run when our child died.