mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Merge d66dd41cb4
into cadd613388
This commit is contained in:
commit
b08cb9cd1c
1 changed files with 2 additions and 3 deletions
|
@ -384,9 +384,8 @@ fi
|
|||
if [[ $FILENAME == *$INSTALLED_VERSION* ]] && [ "${FORCE}" != "yes" ] && [ ! -z "${INSTALLED_VERSION}" ]; then
|
||||
if [ "${CRON}" = "no" ]; then
|
||||
echo "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download."
|
||||
exit 5
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
exit 5
|
||||
fi
|
||||
|
||||
if [ -f "${DOWNLOADDIR}/${FILENAME}" -a "${FORCE}" != "yes" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue