change permfix script

This commit is contained in:
poslop
2024-04-16 15:24:39 -05:00
parent ca0c9ace60
commit dcc4ac9c10
2 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
# Adds the group 1000 and then adds that group to user 33 to nextcloud container to fix permissions
docker exec -it nextcloud-aio-nextcloud groupadd -g 1000 poslop
docker exec -it nextcloud-aio-nextcloud usermod www-data -aG poslop
docker exec -u 33 nextcloud-aio-nextcloud ./occ files:scan poslop