Skip to content
Snippets Groups Projects
Commit 1666df3c authored by Nils Schneider's avatar Nils Schneider
Browse files

configmode: initscript takes care of enabled-flag

parent 9402824e
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment