diff options
Diffstat (limited to 'testing/thttpd/thttpd.pre-install')
-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 f74083866b..104f72bc86 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 +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 addgroup thttpd www-data 2>/dev/null |