diff options
Diffstat (limited to 'testing/thttpd/thttpd.pre-install')
-rw-r--r-- | testing/thttpd/thttpd.pre-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/thttpd/thttpd.pre-install b/testing/thttpd/thttpd.pre-install index c2ccfb705cf..12e860797ee 100644 --- a/testing/thttpd/thttpd.pre-install +++ b/testing/thttpd/thttpd.pre-install @@ -4,3 +4,5 @@ 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 addgroup thttpd www-data 2>/dev/null + +exit 0 |