summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-10 12:44:17 +0100
committerFlorian Dold <florian@dold.me>2024-01-10 12:44:17 +0100
commit6660627634096ec695bebab5663667b19212e5f7 (patch)
treec7a889347ddedaba0cc93137ef3f032e59cf2fe2
parent03ae737feb451b14806a792dda21d264dcb46505 (diff)
downloadexchange-6660627634096ec695bebab5663667b19212e5f7.tar.gz
exchange-6660627634096ec695bebab5663667b19212e5f7.tar.bz2
exchange-6660627634096ec695bebab5663667b19212e5f7.zip
terms generator: fix bad taler-config invocation
-rwxr-xr-xcontrib/taler-terms-generator4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator
index 38ccd6cc1..0e6946eaf 100755
--- a/contrib/taler-terms-generator
+++ b/contrib/taler-terms-generator
@@ -98,8 +98,8 @@ function failcat ()
# defaults
AUTHOR="GNU Taler team"
VERSION="exchange-tos-v0"
-LOCALE_DIR=$(taler-config -s "LOCALEDIR" -f)
-OUTPUT=$(taler-config -s "TERMS_DIR" -f)
+LOCALE_DIR=$(taler-config -s "PATHS" -o "LOCALEDIR" -f)
+OUTPUT=$(taler-config -s "EXCHANGE" -o "TERMS_DIR" -f)
PAPER="a4"
COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)"