Fix more quoting

This commit is contained in:
Alex Malinovich 2016-11-29 20:24:24 -08:00
commit 9530646092

View file

@ -324,7 +324,7 @@ if [ -f ~/.plexupdate ]; then
fi
if [ -f "$(dirname "$0")/../plexupdate.sh" -a -d "$(dirname "$0")/../.git" ]; then
FULL_PATH=$(readlink -f $(dirname "$0")/../)
FULL_PATH="$(readlink -f $(dirname "$0")/../)"
echo
echo "Found plexupdate.sh in '$FULL_PATH', using that as your install path"
else