diff --git a/keypadOS.lua b/keypadOS.lua index 7676792..6589def 100644 --- a/keypadOS.lua +++ b/keypadOS.lua @@ -36,6 +36,7 @@ rawset(__BUNDLER_FILES, "updater.lua", function () os.reboot() else print("Nothing changed, not updating.") + return end end print("Bad file download (core)") diff --git a/src/updater.lua b/src/updater.lua index 8f5a529..329bc52 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -30,6 +30,7 @@ local function checkForUpdate() os.reboot() else print("Nothing changed, not updating.") + return end end