friggin' lint checker :-P

This commit is contained in:
aptalca 2016-12-14 00:21:01 -05:00 committed by GitHub
parent a9b9a12ea3
commit c2f1a2ab1b

View file

@ -8,7 +8,7 @@ if [ ! -e "/config/Library/Application Support/Plex Media Server/Preferences.xml
exit 0 exit 0
fi fi
if [ ! `stat -c %U /config/Library` = "abc" ]; then if [ ! "$(stat -c %U /config/Library)" = "abc" ]; then
echo "Change in ownership detected, please be patient while we chown existing files" echo "Change in ownership detected, please be patient while we chown existing files"
echo "This could take some time" echo "This could take some time"
chown abc:abc -R \ chown abc:abc -R \