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