summaryrefslogtreecommitdiff
path: root/netzbon/config_libeufin_bank.sh
diff options
context:
space:
mode:
authorAntoine A <>2023-11-29 15:38:42 +0000
committerAntoine A <>2023-11-29 15:38:42 +0000
commitc0d107dc3eb6baaa140a23b18902ac466c57bb45 (patch)
treebb8b114ba6c87d21dbb2a8e42baf696adfc5a9cf /netzbon/config_libeufin_bank.sh
parent9536f22f9b56b12f7be8874281c901019f7c3eca (diff)
downloaddeployment-c0d107dc3eb6baaa140a23b18902ac466c57bb45.tar.gz
deployment-c0d107dc3eb6baaa140a23b18902ac466c57bb45.tar.bz2
deployment-c0d107dc3eb6baaa140a23b18902ac466c57bb45.zip
Fix config_libeufin_bank.sh
Diffstat (limited to 'netzbon/config_libeufin_bank.sh')
-rwxr-xr-xnetzbon/config_libeufin_bank.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/netzbon/config_libeufin_bank.sh b/netzbon/config_libeufin_bank.sh
index a0064f8..9535ea0 100755
--- 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