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