diff options
-rw-r--r-- | debian/taler-merchant.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/taler-merchant.postinst b/debian/taler-merchant.postinst index c7fd6ffc..b306d8cc 100644 --- a/debian/taler-merchant.postinst +++ b/debian/taler-merchant.postinst @@ -18,7 +18,7 @@ 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) |