mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-08 14:10:53 -07:00
Go back to using eval for downloaddir
This commit is contained in:
parent
9d5158cbd9
commit
2ef53f8588
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ fi
|
|||
|
||||
|
||||
# Remove any ~ or other oddness in the path we're given
|
||||
DOWNLOADDIR="$(cd ${DOWNLOADDIR// /\\ } && pwd)"
|
||||
DOWNLOADDIR="$(eval cd ${DOWNLOADDIR// /\\ } && pwd)"
|
||||
if [ ! -d "${DOWNLOADDIR}" ]; then
|
||||
echo "ERROR: Download directory does not exist or is not a directory" >&2
|
||||
cronexit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue