Skip to content
Snippets Groups Projects
role 111 B
Newer Older
Jan-Tarek Butt's avatar
Jan-Tarek Butt committed
local role = uci:get_first('gluon-node-info', 'system', 'role', '')
if role ~= '' then
        return role
end