Update 99_chown_plex_owned_files.sh

pull/3/head
sparklyballs 10 years ago
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…
Cancel
Save