aboutsummaryrefslogtreecommitdiffstats
path: root/testing/at/at.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/at/at.pre-install')
-rw-r--r--testing/at/at.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/at/at.pre-install b/testing/at/at.pre-install
index 5372277bbc..a35aa484c9 100644
--- a/testing/at/at.pre-install
+++ b/testing/at/at.pre-install
@@ -5,7 +5,7 @@ if ! getent group at >/dev/null; then
fi
if ! getent passwd at >/dev/null; then
- adduser -S -H -s /bin/false -D at 2>/dev/null
+ adduser -S -H -s /bin/false -D -g at at 2>/dev/null
fi
if [ -z `echo " $(groups at) " | grep ' at '`] ; then