Skip to content
Snippets Groups Projects
Commit 290193e5 authored by raspbeguy's avatar raspbeguy Committed by omni
Browse files

community/grocy: fix data dir group permission

parent bf21abb9
No related branches found
No related tags found
1 merge request!55368community/grocy: fix data dir group permission
Pipeline #194435 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=grocy
pkgver=4.0.3
pkgrel=1
pkgrel=2
pkgdesc="web-based self-hosted groceries & household management solution for your home"
url="https://grocy.info/"
license="MIT"
......@@ -71,6 +71,7 @@ package() {
chown -R root:www-data "$pkgdir"/usr/share/webapps/grocy
chown -R root:www-data "$pkgdir"/var/lib/webapps/grocy
chmod -R 0775 "$pkgdir"/var/lib/webapps/grocy
}
_nginx() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment