diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua index b99b5590..5c12c493 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/configmode/configmode.lua @@ -56,7 +56,6 @@ function action_reboot() uci:foreach("configmode", "wizard", function(s) uci:set("configmode", s[".name"], "configured", "1") - uci:set("configmode", s[".name"], "enabled", "0") end) uci:save("configmode") uci:commit("configmode")