gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix creation


From: gnunet
Subject: [taler-deployment] branch master updated: fix creation
Date: Sat, 04 Mar 2023 16:15:47 +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 6632034  fix creation
6632034 is described below

commit 6632034c322fe7518a7751cd6681cb43f668917e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 16:15:44 2023 +0100

    fix creation
---
 netzbon/config_launch_libeufin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 72b9421..105d1ec 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -119,7 +119,7 @@ echo "DONE"
 echo -n "Getting the exchange IBAN and Payto URI..."
 EXCHANGE_DETAILS=$(libeufin-cli \
   sandbox --sandbox-url ${SANDBOX_URL} \
-  demobank info --bank-account exchange-at-nexus)
+  demobank info --bank-account ${LIBEUFIN_SANDBOX_USERNAME})
 echo "DONE"
 
 EXCHANGE_IBAN=$(echo $EXCHANGE_DETAILS | jq -r .iban)

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