chiark / gitweb /
packaging: fix init script adduser
[hippotat.git] / debian / hippotat.postinst
index 9419eea849c781d1723a56ee6b133ab8612604d3..c7d2bb071847d4116453860e573606905270e944 100644 (file)
@@ -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