This commit is contained in:
2024-08-18 12:09:22 -04:00
parent 1e170263fd
commit 20495931d0
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ local function checkForUpdate()
fs.copy("startup.lua", "backup.lua")
if not string.find(update_code_text, __UPDATE_HASH) then
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. "updating")
http.post(config.ntfy_url, "Computer #" .. tostring( os.getComputerID() ) .. " updating")
local file = fs.open("startup.lua", "w")
file.write(update_code_text)
file.close()