From a299a150b61de33f79d217ef09bcaf2bea7f8dbd Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Wed, 22 Jan 2014 23:18:46 +0100 Subject: [PATCH] gluon-config-mode: fix indentation --- .../usr/lib/lua/luci/controller/gluon-config-mode/index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/gluon-config-mode/index.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/gluon-config-mode/index.lua index 5dad4a15..b05205ea 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/controller/gluon-config-mode/index.lua +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/controller/gluon-config-mode/index.lua @@ -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")