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