X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/708eda31e6d8c6fd0555a10eb3c9ef7cfebdd458..e7f20f23664234d4a36c4af12439195fc36181b6:/debian/hippotat.postinst diff --git a/debian/hippotat.postinst b/debian/hippotat.postinst index 5cf0faf..7954152 100644 --- a/debian/hippotat.postinst +++ b/debian/hippotat.postinst @@ -2,12 +2,12 @@ set -e adduser --system --group --force-badname --shell=/bin/bash \ - --home /etc/hippotat Debian-hippotat + --quiet --home /etc/hippotat Debian-hippotat umask 077 pd=/etc/hippotat/passwords.d test -d $pd || \ -install -m750 -o root -g Debian-hippotat $pd +install -m 750 -o root -g Debian-hippotat -d $pd #DEBHELPER#