commit e902c1f30e531f70b75ddb966650772a693ed228
parent d5eacca1d5b2e37ba2f869568cc010aab4037502
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 25 Aug 2022 15:50:28 +0200
full cfg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-gv b/bin/taler-gv
@@ -1418,7 +1418,7 @@ def prepare(postgres_db_name):
print(" OK")
print_nn("Specify own payto-URI to exchange's configuration..")
Command([
- f"{TALER_PREFIX}/bin/taler-config", "-c", CFG_OUTDIR / 'taler.conf',
+ f"{TALER_PREFIX}/bin/taler-config", "-F", "-c", CFG_OUTDIR / 'taler.conf',
"-s", "exchange-account-1", "-o", "payto_uri", "-V",
EXCHANGE_PAYTO
]).run()