aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openxcap/openxcap.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openxcap/openxcap.pre-install')
-rwxr-xr-xtesting/openxcap/openxcap.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openxcap/openxcap.pre-install b/testing/openxcap/openxcap.pre-install
index c67a449d3a..032311392a 100755
--- a/testing/openxcap/openxcap.pre-install
+++ b/testing/openxcap/openxcap.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-addgroup openxcap 2>/dev/null
+addgroup -S openxcap 2>/dev/null
adduser -S -G openxcap -h /var/run/openxcap -s /bin/false -D -H openxcap 2>/dev/null
exit 0