Fix indentation

This commit is contained in:
Alex Malinovich 2018-04-14 19:15:46 -07:00
commit 31ac141855
No known key found for this signature in database
GPG key ID: F3327D1AA93CF5F0

View file

@ -443,8 +443,8 @@ if [ "${CHECKONLY}" = "yes" ]; then
fi
if ! isNewerVersion "$FILE_VERSION" "$INSTALLED_VERSION" && [ "${FORCE}" != "yes" ]; then
info "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download."
exit 0
info "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download."
exit 0
fi
if [ -f "${DOWNLOADDIR}/${FILENAME}" ]; then