diff --git a/init/99_chown_plex_owned_files.sh b/init/99_chown_plex_owned_files.sh index 8dc4dc8..66a976e 100644 --- a/init/99_chown_plex_owned_files.sh +++ b/init/99_chown_plex_owned_files.sh @@ -2,6 +2,6 @@ if [ -d "/config/Library" ]; then -find /config/Library ! \( -user abc -a -group abc \) -exec chown -hv abc:abc {} +find /config/Library ! \( -user abc -a -group abc \) -exec chown -hv abc:abc {} \; fi