taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 9536f22f9b56b12f7be8874281c901019f7c3eca
parent 2c02173cf7dcdb09b822670c1a6f15c6fe6e39d8
Author: Antoine A <>
Date:   Wed, 29 Nov 2023 15:36:46 +0000

Fix config_libeufin_bank.sh

Diffstat:
Mnetzbon/config_libeufin_bank.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh @@ -104,5 +104,5 @@ EXCHANGE_WIRE_GATEWAY_URL="${PROTO}://bank.$DOMAIN_NAME/accounts/exchange/taler- # Communicating this to the exchange script, as the exchange # needs these for the /keys response. -echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >>"${MY_DIR}"/config/internal.conf -echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL}\"" >>"${MY_DIR}"/config/internal.conf -\ No newline at end of file +echo "EXCHANGE_PAYTO=\"${EXCHANGE_PAYTO}\"" >> /config/internal.conf +echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL}\"" >> /config/internal.conf +\ No newline at end of file