fix(nextcloud): set correct path to permissions toolkit (#6374)

* no message

* bump
This commit is contained in:
Kjeld Schouten-Lebbing
2023-01-14 18:39:17 +01:00
committed by GitHub
parent 8652a8f3df
commit c8e91daed3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 19.0.37
version: 19.0.38
annotations:
truecharts.org/catagories: |
- cloud
+1 -1
View File
@@ -104,7 +104,7 @@ initContainers:
/bin/sh <<'EOF'
echo "Forcing permissions on userdata folder..."
echo "Trying to override ownship using nfs4xdr_winacl..."
/usr/bin/nfs4xdr_winacl -a chown -G 33 -c '/var/www/html/data' -p '/var/www/html/data' || echo "Failed setting ownership..."
/usr/sbin/nfs4xdr_winacl -a chown -G 33 -c '/var/www/html/data' -p '/var/www/html/data' || echo "Failed setting ownership..."
chmod 770 /var/www/html/data || echo "Failed to chmod..."
EOF