summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-02-20 12:33:44 +0100
committerAntoine A <>2024-02-20 12:33:44 +0100
commite998accdbfd0727af6e418ee74e34fba2536942d (patch)
tree495c021e56c0764dcb772e0abe22785e1672a4e3
parent7d0badb1ec4390b1e165bf0843489e1f97fe8768 (diff)
downloaddeployment-e998accdbfd0727af6e418ee74e34fba2536942d.tar.gz
deployment-e998accdbfd0727af6e418ee74e34fba2536942d.tar.bz2
deployment-e998accdbfd0727af6e418ee74e34fba2536942d.zip
Disable currency spec check
-rwxr-xr-xregional-currency/functions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/regional-currency/functions.sh b/regional-currency/functions.sh
index e62640f..604265e 100755
--- 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$")