gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: -fix network check


From: gnunet
Subject: [taler-taler-mdb] branch master updated: -fix network check
Date: Sun, 14 Jan 2024 17:17:19 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 30208f8  -fix network check
30208f8 is described below

commit 30208f8d05e307de27804c88bd83ec47e8c560e4
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 17:17:16 2024 +0100

    -fix network check
---
 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
index 4c36295..447fda6 100755
--- 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]