From 49645317c3ec8ca784e2d200b2a0885ad721bdd9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Jul 2021 15:19:56 +0200 Subject: use statoverride for auditor, too --- debian/taler-auditor.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/taler-auditor.postinst b/debian/taler-auditor.postinst index 8e032cbdc..b46bf8446 100644 --- a/debian/taler-auditor.postinst +++ b/debian/taler-auditor.postinst @@ -24,8 +24,8 @@ configure) echo " done." fi - # Cleaning - echo "All done." + dpkg-statoverride --add --update ${_USERNAME} ${_GROUPNAME} 660 /etc/taler/secrets/auditor-db.secret.conf + ;; abort-upgrade | abort-remove | abort-deconfigure) ;; -- cgit v1.2.3