From 53974320e5746d8c5b2c7ee8410f298545e8b6b5 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