commit ae830af68c1331c3cd97c203157f53d6248a5b13
parent cd5254fec4e3b20d2c2ea3bc8be7cadbf1790f10
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 16 Aug 2026 08:25:56 +0200
clean up typst tmp dir
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_get-aml-OFFICER_PUB-attributes-H_NORMALIZED_PAYTO.c b/src/exchange/taler-exchange-httpd_get-aml-OFFICER_PUB-attributes-H_NORMALIZED_PAYTO.c
@@ -791,7 +791,7 @@ TEH_handler_aml_attributes_get (
}
rctx->tc = TALER_MHD_typst (TALER_EXCHANGE_project_data (),
TEH_cfg,
- false,
+ true, /* remove KYC data from /tmp when done */
"exchange",
rctx->details.pdf.off,
rctx->details.pdf.docs,
diff --git a/src/mhd/test_typst.c b/src/mhd/test_typst.c
@@ -110,7 +110,7 @@ run (void *cls,
NULL);
tc = TALER_MHD_typst (TALER_EXCHANGE_project_data (),
cfg,
- keep_output ? true : false,
+ keep_output ? false : true,
"test-typst",
2,
docs,