From fa32df44979834fdd15effd8ed4d48ac19d985c5 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Fri, 9 Mar 2018 00:10:53 -0800 Subject: [PATCH] Missing semicolon --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 987827e..0a50cd7 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -431,7 +431,7 @@ if [ "${REDHAT}" = "yes" -a "${AUTOINSTALL}" = "yes" -a "${AUTOSTART}" = "no" ]; fi if [ "${CHECKONLY}" = "yes" ]; then - if [ -n "${INSTALLED_VERSION}" ] && isNewerVersion "$FILE_VERSION" "$INSTALLED_VERSION" then + if [ -n "${INSTALLED_VERSION}" ] && isNewerVersion "$FILE_VERSION" "$INSTALLED_VERSION"; then info "Your OS reports Plex $INSTALLED_VERSION installed, newer version is available (${FILE_VERSION})" exit 7 elif [ -n "${INSTALLED_VERSION}" ]; then