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 fi
if ! isNewerVersion "$FILE_VERSION" "$INSTALLED_VERSION" && [ "${FORCE}" != "yes" ]; then 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." info "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download."
exit 0 exit 0
fi fi
if [ -f "${DOWNLOADDIR}/${FILENAME}" ]; then if [ -f "${DOWNLOADDIR}/${FILENAME}" ]; then