exchange

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

commit da84b478f3b4f5f35e4169d166a4104d46670279
parent 1879d025bf19ffaa96d86855088ea1011b8d9562
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Jul 2023 15:19:09 +0200

handle unix

Diffstat:
Msrc/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 @@ -449,7 +449,7 @@ then echo -n "Starting exchange ..." EXCHANGE_PORT=$(taler-config -c "$CONF" -s EXCHANGE -o PORT) SERVE=$(taler-config -c "$CONF" -s EXCHANGE -o SERVE) - if [ "${SERVE}"= "unix" ] + if [ "${SERVE}" = "unix" ] then EXCHANGE_URL=$(taler-config -c "$CONF" -s EXCHANGE -o BASE_URL) else