Added fix to chown files owned by plex

This commit is contained in:
Stian Larsen 2015-07-03 10:34:26 +02:00
parent b34411a956
commit b94cdb3892

View File

@ -0,0 +1,3 @@
#!/bin/bash
find "/config/Library/Application Support" -user plex -exec chown abc:abc {} \;