mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Missing semicolon
This commit is contained in:
parent
45198ae46f
commit
fa32df4497
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ if [ "${REDHAT}" = "yes" -a "${AUTOINSTALL}" = "yes" -a "${AUTOSTART}" = "no" ];
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${CHECKONLY}" = "yes" ]; then
|
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})"
|
info "Your OS reports Plex $INSTALLED_VERSION installed, newer version is available (${FILE_VERSION})"
|
||||||
exit 7
|
exit 7
|
||||||
elif [ -n "${INSTALLED_VERSION}" ]; then
|
elif [ -n "${INSTALLED_VERSION}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue