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

gluon-config-mode: fix indentation

parent bc1be304
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ function action_reboot()
if meshvpn_enabled == "1" then
pubkey = configmode.get_fastd_pubkey(meshvpn_name)
end
luci.template.render("gluon-config-mode/reboot", {pubkey=pubkey})
luci.template.render("gluon-config-mode/reboot", {pubkey=pubkey})
uci:foreach("gluon-config-mode", "wizard", function(s)
uci:set("gluon-config-mode", s[".name"], "configured", "1")
......
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