From: Ian Jackson Date: Sun, 25 Sep 2022 16:19:37 +0000 (+0100) Subject: packaging: fix init script adduser X-Git-Tag: hippotat/1.0.0~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e5227b84498fca668848d5770e65657d000b750e;p=hippotat.git packaging: fix init script adduser Signed-off-by: Ian Jackson --- 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