summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-29 15:19:56 +0200
committerFlorian Dold <florian@dold.me>2021-07-29 15:19:56 +0200
commit49645317c3ec8ca784e2d200b2a0885ad721bdd9 (patch)
tree26555cc7c79b659487a9c62b616c115cd2bc97be
parent1746004ce9399d3cded981c87d4004bc09f655d1 (diff)
downloadexchange-49645317c3ec8ca784e2d200b2a0885ad721bdd9.tar.gz
exchange-49645317c3ec8ca784e2d200b2a0885ad721bdd9.tar.bz2
exchange-49645317c3ec8ca784e2d200b2a0885ad721bdd9.zip
use statoverride for auditor, too
-rw-r--r--debian/taler-auditor.postinst4
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) ;;