commit d0e65570d5c6404c7a7c219f8082110269df978e parent 73cc87dd1c1dbb21a96da24cf06d1cde7475114e Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 10 Feb 2024 21:23:04 +0100 -fix url construction Diffstat:
| M | src/testing/taler-unified-setup.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -347,7 +347,7 @@ then -a wget-bank-check.log \ -o /dev/null \ -O /dev/null \ - "$BANK_URL/config" || continue + "${BANK_URL}config" || continue OK="1" break done