taler-deployment

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

commit ef65ee6a2a86c7b05eddfc49d745b3509c571770
parent d4c68949ee1e6ae9b4a8a8295752a92524639556
Author: Antoine A <>
Date:   Thu, 21 Mar 2024 13:51:08 +0100

regio: fix account restrictions syntax

Diffstat:
Mregional-currency/setup-exchange.sh | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh @@ -231,8 +231,7 @@ 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}" \ conversion-url "${PROTO}://bank.$DOMAIN_NAME/conversion-info/" \ debit-restriction deny \ wire-fee now iban "${CURRENCY}":0 "${CURRENCY}":0 \