aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 26e12d3..484f3e2 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -25,7 +25,8 @@ case "${1}" in
if ! getent 'passwd' 'fai' >'/dev/null'; then
echo 'Creating fai system user.' >&2
- adduser --system --home /var/log/fai/client-logs \
+ adduser --system --group \
+ --home /var/log/fai/client-logs \
--disabled-password --shell /bin/bash fai
fi
;;