[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fix config names
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fix config names |
Date: |
Tue, 19 Nov 2024 16:57:13 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2f57aa793 fix config names
2f57aa793 is described below
commit 2f57aa7932358534f34414d3c1b6f00a50b1b4a4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Nov 19 16:56:59 2024 +0100
fix config names
---
src/kyclogic/taler-exchange-helper-measure-freeze | 2 +-
src/kyclogic/taler-exchange-helper-measure-none | 2 +-
src/kyclogic/taler-exchange-helper-measure-test-form | 2 +-
src/kyclogic/taler-exchange-helper-measure-test-oauth | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-freeze
b/src/kyclogic/taler-exchange-helper-measure-freeze
index f4243a27d..4609493cd 100755
--- a/src/kyclogic/taler-exchange-helper-measure-freeze
+++ b/src/kyclogic/taler-exchange-helper-measure-freeze
@@ -27,7 +27,7 @@ function exit_fail() {
exit "$EXIT_STATUS"
}
-CONF="$HOME/.config/taler.conf"
+CONF="$HOME/.config/taler-exchange.conf"
VERBOSE=0
while getopts 'ac:hrvV' OPTION;
diff --git a/src/kyclogic/taler-exchange-helper-measure-none
b/src/kyclogic/taler-exchange-helper-measure-none
index 182fa1f33..16f4d3dc0 100755
--- a/src/kyclogic/taler-exchange-helper-measure-none
+++ b/src/kyclogic/taler-exchange-helper-measure-none
@@ -29,7 +29,7 @@ function exit_fail() {
exit "$EXIT_STATUS"
}
-CONF="$HOME/.config/taler.conf"
+CONF="$HOME/.config/taler-exchange.conf"
VERBOSE=0
while getopts 'ac:hrvV' OPTION; do
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form
b/src/kyclogic/taler-exchange-helper-measure-test-form
index c9835dcbf..72f72258d 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-form
+++ b/src/kyclogic/taler-exchange-helper-measure-test-form
@@ -26,7 +26,7 @@ function exit_fail() {
exit "$EXIT_STATUS"
}
-CONF="$HOME/.config/taler.conf"
+CONF="$HOME/.config/taler-exchange.conf"
VERBOSE=0
while getopts 'ac:hrvV' OPTION;
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-oauth
b/src/kyclogic/taler-exchange-helper-measure-test-oauth
index 2b7bf69c9..4c833d6e2 100755
--- a/src/kyclogic/taler-exchange-helper-measure-test-oauth
+++ b/src/kyclogic/taler-exchange-helper-measure-test-oauth
@@ -25,7 +25,7 @@ function exit_fail() {
exit "$EXIT_STATUS"
}
-CONF="$HOME/.config/taler.conf"
+CONF="$HOME/.config/taler-exchange.conf"
VERBOSE=0
while getopts 'ac:hrvV' OPTION;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fix config names,
gnunet <=