rename "password" to "secret" everywhere
[hippotat] / debian / hippotat.postinst
CommitLineData
aa168802
IJ
1#!/bin/sh
2set -e
708eda31 3
aa168802 4adduser --system --group --force-badname --shell=/bin/bash \
e7f20f23 5 --quiet --home /etc/hippotat Debian-hippotat
708eda31
IJ
6
7umask 077
8
dce21e00 9pd=/etc/hippotat/secrets.d
708eda31 10test -d $pd || \
e7f20f23 11install -m 750 -o root -g Debian-hippotat -d $pd
708eda31 12
477169b1 13#DEBHELPER#