taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit b2cdaa0c81ac960326ea2ce2c3d8b3e2747b861c
parent 0e8051b3c71bd1723b996d1802715f85854408cf
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 14 Jan 2024 17:41:50 +0100

bugfixes in network monitor script

Diffstat:
Mcontrib/taler-mdb-network-check.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/taler-mdb-network-check.sh b/contrib/taler-mdb-network-check.sh @@ -195,7 +195,7 @@ function check_network() if [ "$CHILD_PID" = "-1" ] then - echo "Starting child using " $@ + echo "Starting child using $WORKER" # shellcheck disable=SC2068 $WORKER & CHILD_PID=$!