From 087bd8afc7e29fa0b3f3e0b53c9a281bb53ca30f Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 6 Sep 2008 18:55:26 +0000 Subject: Trigger post-flash reboot manually --- modules/admin-full/luasrc/controller/admin/system.lua | 3 ++- modules/admin-mini/luasrc/controller/mini/system.lua | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua index bbe202d9d3..b72b3a789f 100644 --- a/modules/admin-full/luasrc/controller/admin/system.lua +++ b/modules/admin-full/luasrc/controller/admin/system.lua @@ -214,6 +214,7 @@ 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() @@ -226,4 +227,4 @@ function _keep_pattern() end end return kpattern -end \ No newline at end of file +end diff --git a/modules/admin-mini/luasrc/controller/mini/system.lua b/modules/admin-mini/luasrc/controller/mini/system.lua index 265443bd32..149cd588de 100644 --- a/modules/admin-mini/luasrc/controller/mini/system.lua +++ b/modules/admin-mini/luasrc/controller/mini/system.lua @@ -111,6 +111,7 @@ function action_upgrade() end luci.template.render("mini/upgrade", {sysupgrade=plat, ret=ret, keep_avail=keep_avail}) + luci.sys.reboot() end function _keep_pattern() @@ -123,4 +124,4 @@ function _keep_pattern() end end return kpattern -end \ No newline at end of file +end -- cgit v1.2.3