Added fix to chown files owned by plex
This commit is contained in:
parent
b34411a956
commit
b94cdb3892
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue