luci-0.9: merge r4956

This commit is contained in:
Jo-Philipp Wich 2009-07-01 00:42:22 +00:00
parent 278fd02b6a
commit d6cc0cf925
2 changed files with 2 additions and 2 deletions

View file

@ -279,7 +279,7 @@ function action_upgrade()
while true do
local ln = fd:read("*l")
if not ln then break end
luci.http.write(ln)
luci.http.write(ln .. "\n")
end
fd:close()
end

View file

@ -162,7 +162,7 @@ function action_upgrade()
while true do
local ln = fd:read("*l")
if not ln then break end
luci.http.write(ln)
luci.http.write(ln .. "\n")
end
fd:close()
end