aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wt/wt.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/wt/wt.pre-install')
-rw-r--r--testing/wt/wt.pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/wt/wt.pre-install b/testing/wt/wt.pre-install
index 849322d8b8..07311bd8fd 100644
--- a/testing/wt/wt.pre-install
+++ b/testing/wt/wt.pre-install
@@ -1,5 +1,7 @@
#!/bin/sh
+
addgroup -S -g 82 www-data 2>/dev/null
adduser -S -H -s /sbin/nologin -D -g wt wt 2>/dev/null
addgroup wt www-data 2>/dev/null
+
exit 0