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 4b9ccd418d..5da9a0e28c 100644
--- a/testing/opensips/opensips.pre-install
+++ b/testing/opensips/opensips.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-adduser -H -h /var/empty -s /bin/false -D opensips 2>/dev/null
+adduser -S -H -h /var/empty -s /bin/false -D opensips 2>/dev/null
exit 0