commit e489b9ec3e63b135bc18ab04bf39d13748602ae7 parent 6f3308c26f6c16e54c1850466e3905c9b12a692d Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 18 May 2025 14:23:10 +0200 debugging #9940 showed need to de-conflict path if run by multiple users on the same system Diffstat:
| M | src/util/exchange-paths.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/exchange-paths.conf b/src/util/exchange-paths.conf @@ -26,4 +26,4 @@ TALER_CONFIG_HOME = ${XDG_CONFIG_HOME:-${TALER_HOME}/.config}/taler-exchange/ TALER_CACHE_HOME = ${XDG_CACHE_HOME:-${TALER_HOME}/.cache}/taler-exchange/ # Runtime data (always lost on system boot) -TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-exchange-runtime/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER}-runtime/