summaryrefslogtreecommitdiff
path: root/regional-currency/setup-exchange.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regional-currency/setup-exchange.sh')
-rwxr-xr-xregional-currency/setup-exchange.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh
index cc2b572..7f19537 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -215,10 +215,11 @@ if test ${DO_OFFLINE} == y; then
upload &>> setup.log
say "Exchange account setup..."
- # FIXME: add 'display-hint 0 "${CURRENCY}"' for 0.10.x!
+
sudo -i -u taler-exchange-offline \
taler-exchange-offline \
enable-account "${EXCHANGE_PAYTO}" \
+ display-hint 0 "${CURRENCY} Exchange" \
wire-fee now x-taler-bank "${CURRENCY}":0 "${CURRENCY}":0 \
global-fee now "${CURRENCY}":0 "${CURRENCY}":0 "${CURRENCY}":0 1h 6a 0 \
upload &>> setup.log
@@ -232,7 +233,8 @@ if test ${DO_OFFLINE} == y; then
# FIXME: add 'display-hint 10 "${CURRENCY}"' for 0.10.x!
sudo -i -u taler-exchange-offline taler-exchange-offline \
- enable-account "${CONVERSION_PAYTO}" \
+ enable-account "${CONVERSION_PAYTO}" \
+ display-hint 10 "POSTFINANCE AG" \
conversion-url "${PROTO}://bank.$DOMAIN_NAME/conversion-info/" \
debit-restriction deny \
wire-fee now iban "${CURRENCY}":0 "${CURRENCY}":0 \