From 53974320e5746d8c5b2c7ee8410f298545e8b6b5 Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Mon, 13 May 2024 22:14:24 -0400
Subject: [PATCH] debian: create system account verbosely

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 551e8cfd9..f6e10a97c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -14,7 +14,7 @@ case "$1" in
         --home "$CONDUWUIT_DATABASE_PATH" \
         --disabled-login \
         --shell "/usr/sbin/nologin" \
-        --force-badname \
+        --verbose \
         conduwuit
     fi
 
-- 
GitLab