Changeset 5938
- Timestamp:
- 03/27/10 03:02:51 (3 years ago)
- Location:
- luci/branches/luci-0.9/modules
- Files:
-
- 2 modified
-
admin-full/luasrc/controller/admin/system.lua (modified) (2 diffs)
-
admin-mini/luasrc/controller/mini/system.lua (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.9/modules/admin-full/luasrc/controller/admin/system.lua
r5754 r5938 245 245 -- Mimetype text/plain 246 246 luci.http.prepare_content("text/plain") 247 luci.http.write("Starting luci-flash...\n") 247 248 248 249 -- Now invoke sysupgrade … … 257 258 if not ln then break end 258 259 luci.http.write(ln .. "\n") 260 io.flush() 259 261 end 260 262 fd:close() -
luci/branches/luci-0.9/modules/admin-mini/luasrc/controller/mini/system.lua
r5317 r5938 152 152 -- Mimetype text/plain 153 153 luci.http.prepare_content("text/plain") 154 luci.http.write("Starting luci-flash...\n") 154 155 155 156 -- Now invoke sysupgrade … … 164 165 if not ln then break end 165 166 luci.http.write(ln .. "\n") 167 io.flush() 166 168 end 167 169 fd:close()
