mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-15 01:32:59 -07:00
Wrong function
This commit is contained in:
parent
c122a14261
commit
1b98ed62f1
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ done
|
|||
# valid will NOT be saved.
|
||||
if [ "${SAVECONFIG}" = "yes" ]; then
|
||||
if [ ! -d "$(eval cd ${DOWNLOADDIR// /\\ } 2>/dev/null && pwd)" ]; then
|
||||
error "Download directory does not exist or is not a directory (tried \"${DOWNLOADDIR}\")"
|
||||
errorLog "Download directory does not exist or is not a directory (tried \"${DOWNLOADDIR}\")"
|
||||
exit 1
|
||||
fi
|
||||
echo "# Config file for plexupdate" >${CONFIGFILE:="${HOME}/.plexupdate"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue