taler-mdb

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

commit 3b274ef64cd2a03017af28afcf6a9e889ba07103
parent 926706d608cafc69e0621a38bec7640e96820d44
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun,  4 Aug 2024 20:40:50 +0200

fix indent

Diffstat:
Mcontrib/taler-mdb-network-check.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

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