[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: debian: don't create user home
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: debian: don't create user home |
Date: |
Fri, 30 Jul 2021 16:06:22 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 0d9ff5f debian: don't create user home
0d9ff5f is described below
commit 0d9ff5f731aad0606c4d4dcb5e512b84c44c77e7
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 30 16:06:14 2021 +0200
debian: don't create user home
---
debian/anastasis-httpd.postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/anastasis-httpd.postinst b/debian/anastasis-httpd.postinst
index 3899972..e9f6d32 100644
--- a/debian/anastasis-httpd.postinst
+++ b/debian/anastasis-httpd.postinst
@@ -17,7 +17,7 @@ case "${1}" in
configure)
# Creating taler users if needed
if ! getent passwd ${_USERNAME} >/dev/null; then
- adduser --quiet --system --ingroup ${_GROUPNAME} --home ${TALER_HOME}
${_USERNAME}
+ adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home
${TALER_HOME} ${_USERNAME}
fi
# Setup postgres database (needs dbconfig-pgsql package)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: debian: don't create user home,
gnunet <=