mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Quoting is hard
This commit is contained in:
parent
9530646092
commit
70868f6e21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue