diff options
Diffstat (limited to 'src')
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; |