6 lines
No EOL
147 B
Bash
6 lines
No EOL
147 B
Bash
#!/bin/bash
|
|
|
|
|
|
if [ -f /config/Library/Application Support]; then
|
|
find "/config/Library/Application Support" -user plex -exec chown abc:abc {} \;
|
|
fi |