diff --git a/SWUpdateGUI.lua b/SWUpdateGUI.lua index 95a539a..12ccee5 100755 --- a/SWUpdateGUI.lua +++ b/SWUpdateGUI.lua @@ -977,6 +977,8 @@ local progtask = exec.run(function() local ui = require "tek.ui" local sw = require "lua_swupdate" prog = sw:progress() + fd, err = prog:connect() + if not fd then print(err) end exec.sendmsg("*p", "Test") while true do