parent
b2086f5140
commit
484b016594
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
if [ -f /config/Library/Application Support]; then
|
||||
if [ -f /config/Library/Application Support ]; then
|
||||
find "/config/Library/Application Support" -user plex -exec chown abc:abc {} \;
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in new issue