summaryrefslogtreecommitdiff
path: root/packaging/debs/Debian/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/debs/Debian/debian/postinst')
-rw-r--r--packaging/debs/Debian/debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debs/Debian/debian/postinst b/packaging/debs/Debian/debian/postinst
index b1cf809f..134f16ee 100644
--- a/packaging/debs/Debian/debian/postinst
+++ b/packaging/debs/Debian/debian/postinst
@@ -26,7 +26,7 @@ fi
# create rabbitmq user
if ! getent passwd rabbitmq >/dev/null; then
adduser --system --ingroup rabbitmq --home /var/lib/rabbitmq \
- --no-create-home --gecos "RabbitMQ messaging server" \
+ --no-create-home --gecos "RabbitMQ messaging server" \
--disabled-login rabbitmq
fi