gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: follow-up


From: gnunet
Subject: [taler-deployment] branch master updated: follow-up
Date: Sun, 03 Dec 2023 21:12:49 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 92872f7  follow-up
92872f7 is described below

commit 92872f718b50d35cbd1c29518c798ddeef585cfc
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 3 21:12:46 2023 +0100

    follow-up
---
 netzbon/config_libeufin_bank.sh | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index f38df00..a0c2c3e 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -95,20 +95,7 @@ echo "settings = { bankName: \"${BANK_NAME}\" }"
     >/etc/libeufin/settings.js
 
 say "DONE"
-
-say "Start the bank..."
-systemctl enable --now libeufin-bank
-
-say "Waiting for bank to be running..."
-curl --max-time 25 \
-  --retry-all-errors \
-  --retry-delay 3 \
-  --retry 10 \
-  "http://localhost:$BANK_PORT"; &>/dev/null
-say "DONE"
-
 say "Create exchange account..."
-
 EXCHANGE_PAYTO="$(libeufin-bank create-account 
'{"username":"exchange","password":"'${BANK_EXCHANGE_PASSWORD}'","name":"Exchange","is_taler_exchange":true}')?receiver-name=Exchange"
 
EXCHANGE_WIRE_GATEWAY_URL="${PROTO}://bank.$DOMAIN_NAME/accounts/exchange/taler-wire-gateway/"
 
@@ -116,3 +103,5 @@ 
EXCHANGE_WIRE_GATEWAY_URL="${PROTO}://bank.$DOMAIN_NAME/accounts/exchange/taler-
 # needs these for the /keys response.
 echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >> config/internal.conf
 echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL}\"" >> 
config/internal.conf
+say "Start the bank..."
+systemctl enable --now libeufin-bank

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]