summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-02-28 16:54:36 +0100
committerAntoine A <>2024-02-28 16:54:36 +0100
commit9d941544a83b47d7d7d0d3b6f365ed9a539325cd (patch)
treed568078190c1f6b08bf85b74a4854bf3006ab0d5
parent1b9b41bd9e9690404f77c375eedd7130322f2feb (diff)
downloaddeployment-9d941544a83b47d7d7d0d3b6f365ed9a539325cd.tar.gz
deployment-9d941544a83b47d7d7d0d3b6f365ed9a539325cd.tar.bz2
deployment-9d941544a83b47d7d7d0d3b6f365ed9a539325cd.zip
regio: fix
-rwxr-xr-xregional-currency/setup-exchange.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh
index e1de3c1..050e33d 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -211,7 +211,7 @@ if test ${DO_CONVERSION} == y; then
sudo -i -u taler-exchange-offline taler-exchange-offline \
enable-account \
"${CONVERSION_PAYTO}" \
- conversion-url "${PROTO}://bank.$DOMAIN/conversion-info/" \
+ conversion-url "${PROTO}://bank.$DOMAIN_NAME/conversion-info/" \
upload &>> setup.log
fi