diff options
author | Bennett Goble <nivardus@gmail.com> | 2015-07-05 09:31:55 -0400 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-07 06:33:14 +0000 |
commit | 5928778fc1af36c5994f7cce56b3c10de05b882f (patch) | |
tree | 5dac4d69fe284c47b0f8139e87dba0180e876de1 /testing/h2o/h2o.pre-install | |
parent | ba99a9cb7fe4621e3f22b6bd9724e572987fc2ed (diff) | |
download | aports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.bz2 aports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.xz |
testing/h2o: Corrected mistake in pre-install
Diffstat (limited to 'testing/h2o/h2o.pre-install')
-rwxr-xr-x | 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 11474f5afe..7fc8104e18 100755 --- a/testing/h2o/h2o.pre-install +++ b/testing/h2o/h2o.pre-install @@ -2,6 +2,6 @@ adduser -s /sbin/nologin -h /var/www -D -S -H h2o 2>/dev/null addgroup -g 82 -S www-data 2>/dev/null -addgroup h2o www-data 2/dev/null +addgroup h2o www-data 2>/dev/null exit 0 |