Skip to content
Snippets Groups Projects
Unverified Commit 979dd354 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2901 from maurerle/patch-3

gluon-info: Add domain to gluon-info
parents 079f449d f0246b65
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ local values = { ...@@ -26,6 +26,7 @@ local values = {
.. ' / ' .. util.trim(util.readfile('/lib/gluon/site-version')) }, .. ' / ' .. util.trim(util.readfile('/lib/gluon/site-version')) },
{ 'Firmware release', util.trim(util.readfile('/lib/gluon/release')) }, { 'Firmware release', util.trim(util.readfile('/lib/gluon/release')) },
{ 'Site', site.site_name() }, { 'Site', site.site_name() },
{ 'Domain', uci:get('gluon', 'core', 'domain') or 'n/a' },
{ 'Public VPN key', pubkey or 'n/a' }, { 'Public VPN key', pubkey or 'n/a' },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment