summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-gv3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/taler-gv b/bin/taler-gv
index 5b941b6..e0f3471 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1542,6 +1542,7 @@ def prepare(postgres_db_name):
Command(
[
f"{TALER_PREFIX}/bin/taler-config",
+ "-F",
"-c", CFG_OUTDIR / "taler.conf",
"-s", "exchange-accountcredentials-1",
"-o" "wire_gateway_auth_method",
@@ -1552,6 +1553,7 @@ def prepare(postgres_db_name):
Command(
[
f"{TALER_PREFIX}/bin/taler-config",
+ "-F",
"-c", CFG_OUTDIR / "taler.conf",
"-s", "exchange-accountcredentials-1",
"-o" "wire_gateway_url",
@@ -1572,6 +1574,7 @@ def prepare(postgres_db_name):
Command(
[
f"{TALER_PREFIX}/bin/taler-config",
+ "-F",
"-c", CFG_OUTDIR / "taler.conf",
"-s", "exchange-accountcredentials-1",
"-o" "password",