commit c0d107dc3eb6baaa140a23b18902ac466c57bb45 parent 9536f22f9b56b12f7be8874281c901019f7c3eca Author: Antoine A <> Date: Wed, 29 Nov 2023 15:38:42 +0000 Fix config_libeufin_bank.sh Diffstat:
| M | netzbon/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}\"" >> /config/internal.conf -echo "EXCHANGE_WIRE_GATEWAY_URL=\"${EXCHANGE_WIRE_GATEWAY_URL}\"" >> /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