diff --git a/docs/features/roles.rst b/docs/features/roles.rst index dcefe04258a3566efdf0de3e06f2280f748c6758..105d3ddee1c4aaddc56014bf384a23f87b035172 100644 --- a/docs/features/roles.rst +++ b/docs/features/roles.rst @@ -28,7 +28,7 @@ If you want node owners to change the defined roles via config-mode you can add The role is saved in ``gluon-node-info.system.role``. To change the role using command line do:: - uci set gluon-node-info.system.role="$ROLE" + uci set gluon-node-info.@system[0].role="$ROLE" uci commit Please replace ``$ROLE`` by the role you want the node to own.