aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index c434be5..26e12d3 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -26,7 +26,7 @@ case "${1}" in
if ! getent 'passwd' 'fai' >'/dev/null'; then
echo 'Creating fai system user.' >&2
adduser --system --home /var/log/fai/client-logs \
- --disabled-password --shell /bin/bash
+ --disabled-password --shell /bin/bash fai
fi
;;
'abort-upgrade'|'abort-remove'|'abort-deconfigure')