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-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/clapf/clapf.pre-install b/testing/clapf/clapf.pre-install
index eec8afe4f2..01c4585c92 100644
--- a/testing/clapf/clapf.pre-install
+++ b/testing/clapf/clapf.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -S -H -s /bin/false -D -g clamav clamav 2>/dev/null
+adduser -S -D -H -s /bin/false -g clamav clamav 2>/dev/null
exit 0