gluon-config-mode-mesh-vpn: provide contact-information for reboot-message

This commit is contained in:
kb-light 2016-03-02 19:54:57 +01:00
parent 0b25275976
commit 92d0c8ecd2

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