taler-mdb

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

commit 77301ea8e8b68dc4e32cf90842e1e6a4e0fe30c4
parent 4dba7559104d0fbd2eae364a848d118da51d10f8
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 14 Jan 2024 17:40:02 +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 @@ -193,7 +193,7 @@ function check_network() if [ "$CHILD_PID" = "-1" ] then - echo "Starting child using $@" + echo "Starting child using " $@ # shellcheck disable=SC2068 $@ & CHILD_PID=$!