mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
fix call to getUpdateVersion
This commit is contained in:
@@ -330,7 +330,7 @@ removePreviousUpdates()
|
|||||||
checkVersion()
|
checkVersion()
|
||||||
{
|
{
|
||||||
getCurrentVersion
|
getCurrentVersion
|
||||||
getLatestVersion
|
getUpdateVersion
|
||||||
if [ "${UPDATE_VERSION}" -gt "${CURRENT_VERSION}" ]; then
|
if [ "${UPDATE_VERSION}" -gt "${CURRENT_VERSION}" ]; then
|
||||||
echo "*** UPDATE REQUIRED ***"
|
echo "*** UPDATE REQUIRED ***"
|
||||||
printVersions "${CURRENT_VERSION}" "${UPDATE_VERSION}"
|
printVersions "${CURRENT_VERSION}" "${UPDATE_VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user