taler-deployment

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

commit e998accdbfd0727af6e418ee74e34fba2536942d
parent 7d0badb1ec4390b1e165bf0843489e1f97fe8768
Author: Antoine A <>
Date:   Tue, 20 Feb 2024 12:33:44 +0100

Disable currency spec check

Diffstat:
Mregional-currency/functions.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/regional-currency/functions.sh b/regional-currency/functions.sh @@ -114,6 +114,8 @@ function normalize_currency() { } function check_currency_spec() { + return 0 + # TODO fix when 'taler-harness deployment setup-currency' works # Convert to lowercase local CURRENCY=$(echo "$1" | tr A-Z a-z) local HAS_SPEC=$(taler-config -S 2>/dev/null | grep --count "^currency-$CURRENCY$")