Quoting is hard

This commit is contained in:
Alex Malinovich 2016-11-29 20:25:40 -08:00
commit 70868f6e21

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