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) | |
download | exchange-49645317c3ec8ca784e2d200b2a0885ad721bdd9.tar.gz exchange-49645317c3ec8ca784e2d200b2a0885ad721bdd9.zip |
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) | |||
24 | echo " done." | 24 | echo " done." |
25 | fi | 25 | fi |
26 | 26 | ||
27 | # Cleaning | 27 | dpkg-statoverride --add --update ${_USERNAME} ${_GROUPNAME} 660 /etc/taler/secrets/auditor-db.secret.conf |
28 | echo "All done." | 28 | |
29 | ;; | 29 | ;; |
30 | 30 | ||
31 | abort-upgrade | abort-remove | abort-deconfigure) ;; | 31 | abort-upgrade | abort-remove | abort-deconfigure) ;; |