diff options
Diffstat (limited to 'testing/gogs')
-rw-r--r-- | testing/gogs/APKBUILD | 2 | ||||
-rw-r--r-- | testing/gogs/gogs.pre-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/gogs/APKBUILD b/testing/gogs/APKBUILD index 79d77593e0..d44ed4d52f 100644 --- a/testing/gogs/APKBUILD +++ b/testing/gogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gogs pkgver=0.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="A self-hosted Git service written in Go" url="http://gogs.io/" arch="all" diff --git a/testing/gogs/gogs.pre-install b/testing/gogs/gogs.pre-install index 2f82bdf1d7..981a379b00 100644 --- a/testing/gogs/gogs.pre-install +++ b/testing/gogs/gogs.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -adduser -S -h /var/lib/gogs -s /sbin/nologin -G www-data -D gogs 2>/dev/null || true +adduser -S -h /var/lib/gogs -s /bin/ash -G www-data -D gogs 2>/dev/null || true passwd -u gogs || true |