log reset

This commit is contained in:
Christian Grothoff 2023-07-23 15:36:46 +02:00
parent 7467543b57
commit 7e68ce3868
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

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