Fix for first time startup that App Support would not exsist
This commit is contained in:
parent
9649c5898e
commit
d4b9cf0409
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
if [ -f /config/Library/Application Support]; then
|
||||
find "/config/Library/Application Support" -user plex -exec chown abc:abc {} \;
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue