gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: tolerate if account exists


From: gnunet
Subject: [taler-deployment] branch master updated: tolerate if account exists
Date: Sat, 04 Mar 2023 16:13:35 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3fe2a62  tolerate if account exists
3fe2a62 is described below

commit 3fe2a6230de1f32f5fc04a5f3b1f0ccc3908fa5f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 16:13:33 2023 +0100

    tolerate if account exists
---
 netzbon/config_launch_libeufin.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 072c5c8..72b9421 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -113,7 +113,7 @@ export LIBEUFIN_SANDBOX_USERNAME="exchange-at-sandbox"
 export LIBEUFIN_SANDBOX_PASSWORD=$SANDBOX_EXCHANGE_PASSWORD
 libeufin-cli \
   sandbox --sandbox-url ${SANDBOX_URL} \
-  demobank register
+  demobank register || true
 echo "DONE"
 
 echo -n "Getting the exchange IBAN and Payto URI..."
@@ -128,9 +128,10 @@ EXCHANGE_PAYTO=$(echo $EXCHANGE_DETAILS | jq -r .paytoUri)
 # Communicating this to the exchange script, as the exchange
 # needs it for the /wire response.
 export EXCHANGE_IBAN
+export EXCHANGE_PAYTO
 
 echo -n "Setting the default exchange at Sandbox..."
-libeufin-sandbox default-exchange https://exchange.$DOMAIN_NAME/ 
$EXCHANGE_PAYTO
+libeufin-sandbox default-exchange "https://exchange.$DOMAIN_NAME/"; 
$EXCHANGE_PAYTO
 echo "DONE"
 
 export LIBEUFIN_SANDBOX_USERNAME="admin"

-- 
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]