aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-11-19 16:56:59 +0100
committerChristian Grothoff <christian@grothoff.org>2024-11-19 16:56:59 +0100
commit2f57aa7932358534f34414d3c1b6f00a50b1b4a4 (patch)
tree35e653e3789dde177e5fb169f0b16b2adfb63e3f
parent92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5 (diff)
fix config names
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-freeze2
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-none2
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-test-form2
-rwxr-xr-xsrc/kyclogic/taler-exchange-helper-measure-test-oauth2
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;