summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-18 11:28:35 +0200
committerms <ms@taler.net>2021-09-18 11:28:35 +0200
commit0bf1b8a37b05d6ce38b008acca4ea3bf80b7989b (patch)
treeca3bc691e298044a61b5b4772b8e8efb80216418
parentdcf5206df37bf232c04270d1a08f0a5b02f7d87e (diff)
downloaddeployment-0bf1b8a37b05d6ce38b008acca4ea3bf80b7989b.tar.gz
deployment-0bf1b8a37b05d6ce38b008acca4ea3bf80b7989b.tar.bz2
deployment-0bf1b8a37b05d6ce38b008acca4ea3bf80b7989b.zip
no tips and pybank in euFin preparation
-rwxr-xr-xbin/taler-deployment-prepare-with-eufin11
1 files changed, 1 insertions, 10 deletions
diff --git a/bin/taler-deployment-prepare-with-eufin b/bin/taler-deployment-prepare-with-eufin
index 634e7d4..374a977 100755
--- a/bin/taler-deployment-prepare-with-eufin
+++ b/bin/taler-deployment-prepare-with-eufin
@@ -193,6 +193,7 @@ function prepare_nexus_account() {
libeufin-cli connections download-bank-accounts $3 > /dev/null
libeufin-cli connections import-bank-account \
--offered-account-id=$5 --nexus-bank-account-id=$4 $3 > /dev/null
+ echo " OK"
# Set how often the automatic routing must fetch the bank account.
echo -n "Setting background payment initiator.."
libeufin-cli accounts task-schedule $4 \
@@ -373,7 +374,6 @@ taler-deployment-arm -e
# Need the following services to config instances and tip reserve:
taler-deployment-arm -s
taler-deployment-arm -i taler-merchant
-taler-deployment-arm -i taler-demobank
taler-deployment-arm -i taler-exchange
taler-deployment-arm -i taler-exchange-secmod-rsa
@@ -385,11 +385,6 @@ if ! taler-deployment-arm -I | grep "^taler-merchant" | grep "status=started" >
exit 1
fi
-if ! taler-deployment-arm -I | grep "^taler-demobank" | grep "status=started" > /dev/null; then
- echo "Bank didn't start, cannot create tip reserve."
- exit 1
-fi
-
if ! taler-deployment-arm -I | grep "^taler-exchange" | grep "status=started" > /dev/null; then
echo "Exchange didn't start, cannot create tip reserve."
exit 1
@@ -408,11 +403,7 @@ fi
echo "Configuring instances"
taler-deployment-config-instances-iban
-echo "Creating tip reserve"
-taler-deployment-config-tips
-
taler-deployment-arm -k taler-merchant
-taler-deployment-arm -k taler-demobank
taler-deployment-arm -k taler-exchange
taler-deployment-arm -k taler-exchange-secmod-rsa
taler-deployment-arm -k taler-exchange-secmod-eddsa