From 016c50258bccb56fecd382e7eb7621c63d11dbe7 Mon Sep 17 00:00:00 2001 From: andrum99 <49293562+andrum99@users.noreply.github.com> Date: Tue, 10 Sep 2019 18:44:15 +0100 Subject: [PATCH] fix call to getUpdateVersion --- rpi-eeprom-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 5a70f70..c93e546 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -330,7 +330,7 @@ removePreviousUpdates() checkVersion() { getCurrentVersion - getLatestVersion + getUpdateVersion if [ "${UPDATE_VERSION}" -gt "${CURRENT_VERSION}" ]; then echo "*** UPDATE REQUIRED ***" printVersions "${CURRENT_VERSION}" "${UPDATE_VERSION}"