diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-19 16:56:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-19 16:56:59 +0100 |
commit | 2f57aa7932358534f34414d3c1b6f00a50b1b4a4 (patch) | |
tree | 35e653e3789dde177e5fb169f0b16b2adfb63e3f /src/kyclogic/taler-exchange-helper-measure-freeze | |
parent | 92a73ff89cb4c973a37c5e6ca5ec7f72a4fa5af5 (diff) |
fix config names
Diffstat (limited to 'src/kyclogic/taler-exchange-helper-measure-freeze')
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-freeze | 2 |
1 files changed, 1 insertions, 1 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; |