moved scripts to their own folder
This commit is contained in:
4
scripts/permfix
Executable file
4
scripts/permfix
Executable file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user