exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit a566242bfd7d3321429bd65faf02986c373122d7
parent e7c431654df62224b48761e7b71864b2ccb393b8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Sep 2022 14:44:40 +0200

-do not exit if not in PATH

Diffstat:
Msrc/auditor/test-auditor.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh @@ -2042,7 +2042,7 @@ MYDIR=`mktemp -d /tmp/taler-auditor-basedbXXXXXX` echo -n "Testing for Postgres" # Available directly in path? -INITDB_BIN=$(command -v initdb) +INITDB_BIN=$(command -v initdb) || true if [[ ! -z $INITDB_BIN ]]; then echo " FOUND (in path) at" $INITDB_BIN else