set TALER_RUNTIME_DIR correctly
This commit is contained in:
parent
c30bcc5e7e
commit
69b58e65ee
@ -409,11 +409,6 @@ function setPaths(config: Configuration, home: string) {
|
||||
);
|
||||
config.setString("paths", "taler_config_home", "$TALER_HOME/.config/taler/");
|
||||
config.setString("paths", "taler_cache_home", "$TALER_HOME/.config/taler/");
|
||||
config.setString(
|
||||
"paths",
|
||||
"taler_runtime_dir",
|
||||
"${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/",
|
||||
);
|
||||
}
|
||||
|
||||
function setCoin(config: Configuration, c: CoinConfig) {
|
||||
|
Loading…
Reference in New Issue
Block a user