aboutsummaryrefslogtreecommitdiff
path: root/debian/anastasis-httpd.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/anastasis-httpd.postinst')
-rw-r--r--debian/anastasis-httpd.postinst2
1 files changed, 1 insertions, 1 deletions
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
17configure) 17configure)
18 # Creating taler users if needed 18 # Creating taler users if needed
19 if ! getent passwd ${_USERNAME} >/dev/null; then 19 if ! getent passwd ${_USERNAME} >/dev/null; then
20 adduser --quiet --system --ingroup ${_GROUPNAME} --home ${TALER_HOME} ${_USERNAME} 20 adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home ${TALER_HOME} ${_USERNAME}
21 fi 21 fi
22 22
23 # Setup postgres database (needs dbconfig-pgsql package) 23 # Setup postgres database (needs dbconfig-pgsql package)