Skip to content
Snippets Groups Projects
Commit 651f06bc authored by Ben Oswald's avatar Ben Oswald
Browse files

try to get primary mac out of sysconfig

parent ea56039f
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,8 @@ else ...@@ -11,7 +11,8 @@ 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 mac = uci:get_first('gluon.sysconfig').primary_mac local mac = sysconfig.primary_mac
local msg = i18n.translate('gluon-config-mode:pubkey') local msg = i18n.translate('gluon-config-mode:pubkey')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment