gluon-config-mode-mesh-vpn: provide contact-information for reboot-message (#671)

This commit is contained in:
kb-light 2016-04-27 17:08:42 +02:00 committed by Nils Schneider
parent 269a8fbdd4
commit d8092bce62
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ else
local pubkey = util.trim(util.exec("/etc/init.d/fastd show_key " .. "mesh_vpn"))
local hostname = uci:get_first("system", "system", "hostname")
local contact = uci:get_first("gluon-node-info", "owner", "contact")
local msg = i18n.translate('gluon-config-mode:pubkey')
@ -19,6 +20,7 @@ else
, hostname=hostname
, site=site
, sysconfig=sysconfig
, contact=contact
})
end
end