Fix for first time startup that App Support would not exsist

This commit is contained in:
Stian Buch Larsen 2015-07-08 22:36:05 +02:00
parent 9649c5898e
commit d4b9cf0409

View file

@ -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