diff options
-rw-r--r-- | debian/postinst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/postinst b/debian/postinst index f634e81c3..7d6db2347 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,6 @@ case "$1" in SERVER_HOME=/var/lib/rspamd SERVER_LOG=/var/log/rspamd SERVER_USER=_rspamd - SERVER_NAME="Rspamd spam filtering system" adduser --quiet \ --system \ @@ -14,7 +13,7 @@ case "$1" in --home $SERVER_HOME \ --no-create-home \ --disabled-login \ - --gecos "$SERVER_NAME" \ + --gecos "rspamd spam filtering system" \ --force-badname \ $SERVER_USER |