gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: bugfixes in network monitor scr


From: gnunet
Subject: [taler-taler-mdb] branch master updated: bugfixes in network monitor script
Date: Sun, 14 Jan 2024 17:41:36 +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 0e8051b  bugfixes in network monitor script
0e8051b is described below

commit 0e8051b3c71bd1723b996d1802715f85854408cf
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 17:41:32 2024 +0100

    bugfixes in network monitor script
---
 contrib/taler-mdb-network-check.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/taler-mdb-network-check.sh 
b/contrib/taler-mdb-network-check.sh
index 49d159d..d0a8a11 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -63,6 +63,8 @@ while getopts ':c:f:h' OPTION; do
 done
 shift $((OPTIND - 1))
 
+WORKER="$@"
+
 dig -h > /dev/null || exit_fail "'dig' is required"
 
 if [[ ${FAIL_PROG:-} = "" ]]
@@ -195,7 +197,7 @@ function check_network()
     then
        echo "Starting child using " $@
        # shellcheck disable=SC2068
-       $@ &
+       $WORKER &
        CHILD_PID=$!
     fi
 }

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