Skip to content
Snippets Groups Projects
Commit 50f71c34 authored by ale's avatar ale
Browse files

Temporarily bypass postinst adduser error, part 2

parent 2bbdee6e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ set -e ...@@ -4,7 +4,8 @@ set -e
case "$1" in case "$1" in
configure) configure)
addgroup --system --quiet dovecot-keylookupd addgroup --system --quiet dovecot-keylookupd \
|| true
adduser --system --no-create-home --home /run/dovecot-keylookupd \ adduser --system --no-create-home --home /run/dovecot-keylookupd \
--disabled-password --disabled-login \ --disabled-password --disabled-login \
--quiet --ingroup dovecot-keylookupd dovecot-keylookupd \ --quiet --ingroup dovecot-keylookupd dovecot-keylookupd \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment