diff options
Diffstat (limited to 'testing/wt/wt.pre-install')
-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 ad7cbed654..8fca39d250 100644 --- a/testing/wt/wt.pre-install +++ b/testing/wt/wt.pre-install @@ -1,5 +1,5 @@ #!/bin/sh -addgroup -g 82 -S www-data 2>/dev/null +addgroup -S -g 82 www-data 2>/dev/null adduser -H -s /sbin/nologin -D wt 2>/dev/null addgroup wt www-data 2>/dev/null exit 0 |