exchange

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

commit 7e68ce3868da50047de6c9e48978dca02e7e840c
parent 7467543b57492b814f6af06a06b53af7054cc37e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Jul 2023 15:36:46 +0200

log reset

Diffstat:
Msrc/testing/taler-unified-setup.sh | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -254,7 +254,8 @@ then # Create the default demobank. echo -n "Configuring sandbox at ${LIBEUFIN_SANDBOX_DB_CONNECTION} " - libeufin-sandbox reset-tables + libeufin-sandbox reset-tables \ + &> libeufin-sandbox-reset.log libeufin-sandbox config \ --currency "$CURRENCY" \ --users-debt-limit 99999999 \ @@ -352,7 +353,8 @@ then taler-config -c "$CONF" -s "libeufin-nexus" -o "DB_CONNECTION" -V "$LIBEUFIN_NEXUS_DB_CONNECTION" fi export LIBEUFIN_NEXUS_DB_CONNECTION - libeufin-nexus reset-tables + libeufin-nexus reset-tables \ + &> libeufin-nexus-reset.log # For convenience, username and password are # identical to those used at the Sandbox.