mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -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
|
fi
|
||||||
|
|
||||||
if [ -f "$(dirname "$0")/../plexupdate.sh" -a -d "$(dirname "$0")/../.git" ]; then
|
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
|
||||||
echo "Found plexupdate.sh in '$FULL_PATH', using that as your install path"
|
echo "Found plexupdate.sh in '$FULL_PATH', using that as your install path"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue