Skip to content
Snippets Groups Projects
role 111 B
local role = uci:get_first('gluon-node-info', 'system', 'role', '')
if role ~= '' then
        return role
end