gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (cbad505 -> 1da326e)


From: gnunet
Subject: [taler-deployment] branch master updated (cbad505 -> 1da326e)
Date: Fri, 10 Mar 2023 16:12:46 +0100

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

ms pushed a change to branch master
in repository deployment.

    from cbad505  netzbon: fix bank accounts wiring at Nexus.
     new 661e81a  moving var def above
     new 1da326e  netzbon: fix EBICS subscriber wiring

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 netzbon/config_launch_libeufin.sh | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index 8608682..e12e531 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -48,6 +48,12 @@ fi
 
 # TODO: add sanity-checks for presence of other required env-vars
 
+if test ${ENABLE_TLS:-} == "y"
+then
+    PROTO="https"
+else
+    PROTO="http"
+fi
 
 say "Setting up libeufin"
 
@@ -170,12 +176,6 @@ echo "EXCHANGE_IBAN=\"${EXCHANGE_IBAN}\"" >> 
${MY_DIR}/config/internal.conf
 echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >> ${MY_DIR}/config/internal.conf
 
 say "Setting the default exchange at Sandbox..."
-if test ${ENABLE_TLS:-} == "y"
-then
-    PROTO="https"
-else
-    PROTO="http"
-fi
 libeufin-sandbox default-exchange "${PROTO}://exchange.$DOMAIN_NAME/" 
$EXCHANGE_PAYTO
 say "DONE"
 
@@ -199,7 +199,7 @@ libeufin-cli sandbox \
   --host-id ${EBICS_HOST_ID} \
   --user-id ${EBICS_USER_ID} \
   --partner-id ${EBICS_PARTNER_ID} \
-  --bank-account ${LIBEUFIN_SANDBOX_USERNAME} || true
+  --bank-account ${EXCHANGE_SANDBOX_USERNAME} || true
 say "OK"
 
 

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