diff options
author | Florian Dold <florian@dold.me> | 2021-07-29 15:19:56 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-29 15:19:56 +0200 |
commit | 49645317c3ec8ca784e2d200b2a0885ad721bdd9 (patch) | |
tree | 26555cc7c79b659487a9c62b616c115cd2bc97be | |
parent | 1746004ce9399d3cded981c87d4004bc09f655d1 (diff) |
use statoverride for auditor, too
-rw-r--r-- | debian/taler-auditor.postinst | 4 |
1 files 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) ;; |