diff options
Diffstat (limited to 'testing/h2o')
-rw-r--r-- | testing/h2o/APKBUILD | 2 | ||||
-rwxr-xr-x | testing/h2o/h2o.pre-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/h2o/APKBUILD b/testing/h2o/APKBUILD index 2d644f5aa2..21cb0a3532 100644 --- a/testing/h2o/APKBUILD +++ b/testing/h2o/APKBUILD @@ -3,7 +3,7 @@ pkgname=h2o pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" 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 |