diff options
Diffstat (limited to 'testing/thttpd')
-rw-r--r-- | testing/thttpd/thttpd.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thttpd/thttpd.pre-install b/testing/thttpd/thttpd.pre-install index 1094a4b69c..f74083866b 100644 --- a/testing/thttpd/thttpd.pre-install +++ b/testing/thttpd/thttpd.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -g 82 -S www-data 2>/dev/null -adduser -S -G thttpd -H -h /var/www/localhost/htdocs -s /sbin/nologin \ +adduser -S -H -h /var/www/localhost/htdocs -s /sbin/nologin \ -D thttpd 2>/dev/null addgroup thttpd www-data 2>/dev/null |