aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thttpd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/thttpd')
-rw-r--r--testing/thttpd/thttpd.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thttpd/thttpd.pre-install b/testing/thttpd/thttpd.pre-install
index 104f72bc86..c2ccfb705c 100644
--- a/testing/thttpd/thttpd.pre-install
+++ b/testing/thttpd/thttpd.pre-install
@@ -2,5 +2,5 @@
addgroup -S -g 82 www-data 2>/dev/null
adduser -S -H -h /var/www/localhost/htdocs -s /sbin/nologin \
- -D thttpd 2>/dev/null
+ -D -g thttpd thttpd 2>/dev/null
addgroup thttpd www-data 2>/dev/null