mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
nextcloud: fixed runuser path in install file
This commit is contained in:
parent
9d242daf3a
commit
7446238199
@ -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')
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user