fix call to getUpdateVersion

This commit is contained in:
andrum99
2019-09-10 18:44:15 +01:00
committed by GitHub
parent bf0c89afa1
commit 016c50258b

View File

@@ -330,7 +330,7 @@ removePreviousUpdates()
checkVersion()
{
getCurrentVersion
getLatestVersion
getUpdateVersion
if [ "${UPDATE_VERSION}" -gt "${CURRENT_VERSION}" ]; then
echo "*** UPDATE REQUIRED ***"
printVersions "${CURRENT_VERSION}" "${UPDATE_VERSION}"