aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clapf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/clapf')
-rw-r--r--testing/clapf/clapf.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/clapf/clapf.pre-install b/testing/clapf/clapf.pre-install
index bf78879542..dff8c72c53 100644
--- a/testing/clapf/clapf.pre-install
+++ b/testing/clapf/clapf.pre-install
@@ -1,3 +1,3 @@
#!/bin/sh
-adduser -S -H -s /bin/false -D clamav 2>/dev/null
+adduser -S -H -s /bin/false -D -g clamav clamav 2>/dev/null
exit 0