gluon-config-mode: fix indentation

This commit is contained in:
Nils Schneider 2014-01-22 23:18:46 +01:00
parent a70ab9f3b8
commit 466defe3f2
1 changed files with 1 additions and 1 deletions

View File

@ -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")