Skip to content
Snippets Groups Projects
Unverified Commit e0ed7dde authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-config-mode-mesh-vpn: fix indentation

parent 7e007558
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ else
local site = require 'gluon.site_config'
local sysconfig = require 'gluon.sysconfig'
local pretty_hostname = require 'pretty_hostname'
local pretty_hostname = require 'pretty_hostname'
local pubkey = util.trim(util.exec("/etc/init.d/fastd show_key " .. "mesh_vpn"))
local hostname = pretty_hostname.get(uci)
local hostname = pretty_hostname.get(uci)
local contact = uci:get_first("gluon-node-info", "owner", "contact")
local msg = i18n.translate('gluon-config-mode:pubkey')
......
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