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