From e5227b84498fca668848d5770e65657d000b750e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 17:19:37 +0100 Subject: [PATCH] packaging: fix init script adduser Signed-off-by: Ian Jackson --- debian/hippotat.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/hippotat.postinst b/debian/hippotat.postinst index 9419eea..c7d2bb0 100644 --- a/debian/hippotat.postinst +++ b/debian/hippotat.postinst @@ -2,7 +2,7 @@ set -e adduser --system --group --force-badname --shell=/bin/bash \ - --quiet --home /etc/hippotat Debian-hippotat + --quiet --home /etc/hippotat _hippotat umask 077 -- 2.30.2