commit 2f57aa7932358534f34414d3c1b6f00a50b1b4a4 parent 92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 19 Nov 2024 16:56:59 +0100 fix config names Diffstat:
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 @@ -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 @@ -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 @@ -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 @@ -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;