#!/bin/sh set -e adduser --system --group --force-badname --shell=/bin/bash \ --quiet --home /etc/hippotat Debian-hippotat umask 077 pd=/etc/hippotat/passwords.d test -d $pd || \ install -m 750 -o root -g Debian-hippotat -d $pd #DEBHELPER#