diff options
Diffstat (limited to 'debian/anastasis-httpd.postinst')
-rw-r--r-- | debian/anastasis-httpd.postinst | 2 |
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 | |||
17 | configure) | 17 | configure) |
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) |