commit 025299b69c03c553230603914c3ebb2c83b10cac parent a42decd69013106ec2b6eede80b68cce0ed6cfe1 Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 14 Aug 2025 15:16:23 +0200 -fix postinst typo Diffstat:
| M | debian/taler-exchange.postinst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst @@ -98,8 +98,8 @@ configure) for n in forms.json index.css index.js index.html do TDIR="/usr/share/taler-exchange/" - gzip --best - < "${TDIR}/aml-spa/$n" > "${TDIR}/aml-spa/$n.gz" || rm -f ${TDIR}/aml-spa/$n.gz" - gzip --best - < "${TDIR}/kyc-spa/$n" > "${TDIR}/kyc-spa/$n.gz" || rm -f ${TDIR}/kyc-spa/$n.gz" + gzip --best - < "${TDIR}/aml-spa/$n" > "${TDIR}/aml-spa/$n.gz" || rm -f "${TDIR}/aml-spa/$n.gz" + gzip --best - < "${TDIR}/kyc-spa/$n" > "${TDIR}/kyc-spa/$n.gz" || rm -f "${TDIR}/kyc-spa/$n.gz" zstd -19 - < "${TDIR}/aml-spa/$n" > "${TDIR}/aml-spa/$n.zstd" || rm -f "${TDIR}/aml-spa/$n.zstd" zstd -19 - < "${TDIR}/kyc-spa/$n" > "${TDIR}/kyc-spa/$n.zstd" || rm -f "${TDIR}/kyc-spa/$n.zstd" done