Added -v to find commands, to show progress when you are converting.
This commit is contained in:
parent
d6f5ee13e6
commit
cb56b0be15
1 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
|
|
||||||
if [ -d "/config/Library" ]; then
|
if [ -d "/config/Library" ]; then
|
||||||
find "/config/Library" \! -user abc -exec chown -h abc:abc {} \;
|
find "/config/Library" \! -user abc -exec chown -hv abc:abc {} \;
|
||||||
find "/config/Library" \! -group abc -exec chown -h abc:abc {} \;
|
find "/config/Library" \! -group abc -exec chown -hv abc:abc {} \;
|
||||||
|
find "/config/Library/Application Support/Plex Media Server/Plug-ins"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue