diff options
Diffstat (limited to 'testing/wt')
-rw-r--r-- | testing/wt/wt.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wt/wt.pre-install b/testing/wt/wt.pre-install index 8fca39d250..e4478b2bf4 100644 --- a/testing/wt/wt.pre-install +++ b/testing/wt/wt.pre-install @@ -1,5 +1,5 @@ #!/bin/sh addgroup -S -g 82 www-data 2>/dev/null -adduser -H -s /sbin/nologin -D wt 2>/dev/null +adduser -S -H -s /sbin/nologin -D wt 2>/dev/null addgroup wt www-data 2>/dev/null exit 0 |