Skip to content
Snippets Groups Projects
Commit d8092bce authored by kb-light's avatar kb-light Committed by Nils Schneider
Browse files

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

parent 269a8fbd
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ else ...@@ -11,6 +11,7 @@ else
local pubkey = util.trim(util.exec("/etc/init.d/fastd show_key " .. "mesh_vpn")) local pubkey = util.trim(util.exec("/etc/init.d/fastd show_key " .. "mesh_vpn"))
local hostname = uci:get_first("system", "system", "hostname") 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') local msg = i18n.translate('gluon-config-mode:pubkey')
...@@ -19,6 +20,7 @@ else ...@@ -19,6 +20,7 @@ else
, hostname=hostname , hostname=hostname
, site=site , site=site
, sysconfig=sysconfig , sysconfig=sysconfig
, contact=contact
}) })
end end
end end
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