aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fcron
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fcron')
-rw-r--r--testing/fcron/fcron.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fcron/fcron.pre-install b/testing/fcron/fcron.pre-install
index 98f7bf1e77..d513ffdef1 100644
--- a/testing/fcron/fcron.pre-install
+++ b/testing/fcron/fcron.pre-install
@@ -1,4 +1,4 @@
#!/bin/sh
-adduser -S -D fcron -H -s /sbin/nologin 2>/dev/null
+adduser -S -D -g fcron fcron -H -s /sbin/nologin 2>/dev/null
addgroup -S fcron
exit 0