diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-09 15:42:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-09 15:42:50 +0200 |
commit | cf595fa8480e87e1522710cd8ea7db9174aa028b (patch) | |
tree | 41a4c73e3098400afcacebb92344ea40c9210f07 /debian/taler-auditor.postinst | |
parent | 5f17d63c4cc7721a752c48170a66cb076040e1e0 (diff) |
check first
Diffstat (limited to 'debian/taler-auditor.postinst')
-rw-r--r-- | debian/taler-auditor.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/taler-auditor.postinst b/debian/taler-auditor.postinst index d65fd8c5d..847e4aac1 100644 --- a/debian/taler-auditor.postinst +++ b/debian/taler-auditor.postinst @@ -20,7 +20,8 @@ configure) adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home ${TALER_HOME} ${_USERNAME} fi - if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf >/dev/null 2>&1; then + if ! dpkg-statoverride --list /etc/taler/secrets/auditor-db.secret.conf >/dev/null 2>&1 + then dpkg-statoverride --add --update \ ${_USERNAME} ${_GROUPNAME} 640 \ /etc/taler/secrets/auditor-db.secret.conf |