Fixed stupid bug
[project/luci.git] / modules / admin-full / luasrc / controller / admin / system.lua
index b72b3a789f881c9aa2f5e07e5dcec3e92e150709..5d64336e03ee7192b0a695de78ff7d0e443108f2 100644 (file)
@@ -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()