luci-0.9: merge r4956
This commit is contained in:
parent
278fd02b6a
commit
d6cc0cf925
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue