[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] 02/03: -fix rm call
From: |
gnunet |
Subject: |
[taler-merchant] 02/03: -fix rm call |
Date: |
Sat, 06 Aug 2022 13:22:22 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
commit 32deaf4bfff3d4f8a1828b48e39bb3b69e47a224
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 20 21:29:02 2022 +0200
-fix rm call
---
contrib/merchant-backoffice | 2 +-
src/testing/initialize_taler_system.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 182cdfff..8a683531 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 182cdfffa1d4b6f2bb3543d30cfa7509e73bda03
+Subproject commit 8a6835316532d9e250bbdfe9ff55432a1acca62c
diff --git a/src/testing/initialize_taler_system.sh
b/src/testing/initialize_taler_system.sh
index 1f8caafc..186a6e2a 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -154,7 +154,7 @@ echo " OK"
# before the exchange starts.
echo "Setting up euFin ..."
# reset eufin database
-rm $TALER_DB
+rm -f $TALER_DB
taler-bank-manage-testing $NEXUS_PORT $TALER_DB $EXCHANGE_URL $CONF
echo -n "Setting up exchange ..."
# reset database
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.