Skip to content
Snippets Groups Projects
Commit 436b29d7 authored by David Bauer's avatar David Bauer
Browse files

gluon-config-mode-core: add missing uci save

A missing uci save for gluon-setup-mode caused the initial setup-process
to be stuck in a config-mode loop.
parent 42335a07
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ function f:write()
local unistd = require 'posix.unistd'
uci:set("gluon-setup-mode", uci:get_first("gluon-setup-mode", "setup_mode"), "configured", true)
uci:save("gluon-setup-mode")
os.execute('gluon-reconfigure')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment