From a118f3308e5060f7f81a6cd6cc50c8bb0501e5e2 Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 13 May 2024 22:14:24 -0400 Subject: [PATCH] debian: create system account verbosely Signed-off-by: strawberry --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 551e8cfd..f6e10a97 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