exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2f57aa7932358534f34414d3c1b6f00a50b1b4a4
parent 92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 19 Nov 2024 16:56:59 +0100

fix config names

Diffstat:
Msrc/kyclogic/taler-exchange-helper-measure-freeze | 2+-
Msrc/kyclogic/taler-exchange-helper-measure-none | 2+-
Msrc/kyclogic/taler-exchange-helper-measure-test-form | 2+-
Msrc/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 @@ -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;