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