nextcloud: fixed runuser path in install file

This commit is contained in:
Francesco Marinucci 2019-01-28 16:44:40 +01:00
parent 9d242daf3a
commit 7446238199
2 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
pkgname=nextcloud
pkgver=15.0.2
pkgrel=1
pkgrel=2
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any')
arch=('x86_64')
url="https://nextcloud.com"
license=('AGPL')
depends=('php' 'php-gd')

View File

@ -1,5 +1,5 @@
post_install() {
/usr/bin/runuser -u http -- /usr/bin/php /usr/share/webapps/nextcloud/occ upgrade
/usr/sbin/runuser -u http -- /usr/bin/php /usr/share/webapps/nextcloud/occ upgrade
}
post_upgrade()