mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-20 03:12:30 +08:00
Added fix to chown files owned by plex
This commit is contained in:
parent
b34411a956
commit
b94cdb3892
3
init/99_chown_plex_owned_files
Normal file
3
init/99_chown_plex_owned_files
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
find "/config/Library/Application Support" -user plex -exec chown abc:abc {} \;
|
||||
Loading…
x
Reference in New Issue
Block a user