fix(nextcloud): set correct path to permissions toolkit (#6374)
* no message * bump
This commit is contained in:
@@ -37,7 +37,7 @@ sources:
|
|||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
type: application
|
type: application
|
||||||
version: 19.0.37
|
version: 19.0.38
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- cloud
|
- cloud
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ initContainers:
|
|||||||
/bin/sh <<'EOF'
|
/bin/sh <<'EOF'
|
||||||
echo "Forcing permissions on userdata folder..."
|
echo "Forcing permissions on userdata folder..."
|
||||||
echo "Trying to override ownship using nfs4xdr_winacl..."
|
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..."
|
chmod 770 /var/www/html/data || echo "Failed to chmod..."
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user