aboutsummaryrefslogtreecommitdiffstats
path: root/testing/thttpd/thttpd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/thttpd/thttpd.pre-install')
-rw-r--r--testing/thttpd/thttpd.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/thttpd/thttpd.pre-install b/testing/thttpd/thttpd.pre-install
index 12e860797e..47dd3b0663 100644
--- a/testing/thttpd/thttpd.pre-install
+++ b/testing/thttpd/thttpd.pre-install
@@ -1,8 +1,8 @@
#!/bin/sh
addgroup -S -g 82 www-data 2>/dev/null
-adduser -S -H -h /var/www/localhost/htdocs -s /sbin/nologin \
- -D -g thttpd thttpd 2>/dev/null
+adduser -S -D -H -h /var/www/localhost/htdocs -s /sbin/nologin \
+ -g thttpd thttpd 2>/dev/null
addgroup thttpd www-data 2>/dev/null
exit 0