gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: name collision


From: gnunet
Subject: [taler-deployment] branch master updated: name collision
Date: Mon, 04 Dec 2023 23:37:00 +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 3b92dfb  name collision
3b92dfb is described below

commit 3b92dfba8569341c60cea2816a501b8a7f8b2bca
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 4 23:36:57 2023 +0100

    name collision
---
 netzbon/config_libeufin_bank.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index 0ffcf23..d2b5ccd 100755
--- a/netzbon/config_libeufin_bank.sh
+++ b/netzbon/config_libeufin_bank.sh
@@ -72,7 +72,7 @@ echo "settings = { bankName: \"${BANK_NAME}\" }" 
>/etc/libeufin/settings.js
 say "DONE"
 say "Create exchange account..."
 EXCHANGE_PAYTO="$(sudo -u libeufin-bank 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/"
+EXCHANGE_WIRE_GATEWAY_URL_NEW="${PROTO}://bank.$DOMAIN_NAME/accounts/exchange/taler-wire-gateway/"
 
 # Communicating this to the exchange script, as the exchange
 # needs these for the /keys response.
@@ -82,7 +82,7 @@ if test -z "${EXCHANGE_PAYTO:-}"; then
 fi
 
 if test -z "${EXCHANGE_WIRE_GATEWAY_URL:-}"; then
-  echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL}\"" >> 
config/internal.conf
+  echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL_NEW}\"" >> 
config/internal.conf
 fi
 
 say "Start the 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]