aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.postinst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-03-05 01:18:08 +0100
committerChristian Grothoff <christian@grothoff.org>2023-03-05 01:18:08 +0100
commit70645cbb1b6065c359ce6fc989f7b143dcd5949e (patch)
treeeaee908328a50efc5e114309a71af608e16c7d7e /debian/taler-exchange.postinst
parente2185233f6a0a89bfd53817ac7366c536fb5e0a2 (diff)
downloadexchange-70645cbb1b6065c359ce6fc989f7b143dcd5949e.tar.xz
fix permissions, default to UNIX, improve logging
Diffstat (limited to 'debian/taler-exchange.postinst')
-rw-r--r--debian/taler-exchange.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index b2379c706..892e48475 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -30,6 +30,7 @@ configure)
if ! getent passwd ${_EUSERNAME} >/dev/null; then
adduser --quiet --system --no-create-home --ingroup ${_GROUPNAME} --home ${TALER_HOME} ${_EUSERNAME}
adduser --quiet ${_EUSERNAME} ${_DBGROUPNAME}
+ adduser --quiet ${_EUSERNAME} ${_GROUPNAME}
fi
if ! getent passwd ${_RSECUSERNAME} >/dev/null; then
adduser --quiet --system --no-create-home --ingroup ${_GROUPNAME} --home ${TALER_HOME} ${_RSECUSERNAME}