gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: simpify logic


From: gnunet
Subject: [taler-taler-mdb] branch master updated: simpify logic
Date: Sun, 14 Jan 2024 18:11:13 +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 37e0945  simpify logic
37e0945 is described below

commit 37e0945b004e7690597c8ac5f76c53c4dd1974ef
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 18:11:08 2024 +0100

    simpify logic
---
 contrib/taler-mdb-network-check.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/contrib/taler-mdb-network-check.sh 
b/contrib/taler-mdb-network-check.sh
index ff96f3c..3ceb47a 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -119,11 +119,8 @@ function show_failure()
 }
 
 # Function to run when our child died.
-child_death_debounce=0
 function childdeath()
 {
-    if [[ $child_death_debounce == 1 ]]; then return; fi;
-    child_death_debounce=1
     if ! ps "$ERROR_PID" &> /dev/null
     then
         wait "${ERROR_PID}"
@@ -131,12 +128,9 @@ function childdeath()
     fi
     if ! ps "$CHILD_PID" &> /dev/null
     then
-       echo "taler-mdb died"
         wait "${CHILD_PID}"
         CHILD_PID="-1"
-        show_failure child-died
     fi
-    child_death_debounce=0
 }
 
 # Install cleanup handler (except for kill -9)

-- 
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]