role 111 B

1234
  1. local role = uci:get_first('gluon-node-info', 'system', 'role', '')
  2. if role ~= '' then
  3. return role
  4. end