diff options
author | Steven Barth <steven@midlink.org> | 2008-09-06 19:39:03 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-06 19:39:03 +0000 |
commit | 72927597bc3c5a5817225dcb20cfe406e1c1bac5 (patch) | |
tree | def50b0d3dff8a2a471b4369617a38a958440454 /modules/admin-full/luasrc/controller | |
parent | 087bd8afc7e29fa0b3f3e0b53c9a281bb53ca30f (diff) |
Fixed stupid bug
Diffstat (limited to 'modules/admin-full/luasrc/controller')
-rw-r--r-- | modules/admin-full/luasrc/controller/admin/system.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua index b72b3a789f..5d64336e03 100644 --- a/modules/admin-full/luasrc/controller/admin/system.lua +++ b/modules/admin-full/luasrc/controller/admin/system.lua @@ -214,7 +214,6 @@ function action_upgrade() end luci.template.render("admin_system/upgrade", {sysupgrade=plat, ret=ret, keep_avail=keep_avail}) - luci.sys.reboot() end function _keep_pattern() |