Skip to content

Commit 9de210c

Browse files
stevenGravySteven Martin
andauthored
docs: remove sudo usage in troubleshooting (#42553)
Co-authored-by: Steven Martin <stevenmartin@stevens-mbp.lan>
1 parent 0ba16a8 commit 9de210c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/machine-id/troubleshooting.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ server-side data and issues a new joining token.
135135
Remove and recreate the bot, replacing the name and role list as desired:
136136

137137
```code
138-
$ sudo tctl bots rm example
139-
$ sudo tctl bots add example --roles=access
138+
$ tctl bots rm example
139+
$ tctl bots add example --roles=access
140140
```
141141

142142
Copy the resulting join token into the existing bot config—either the

0 commit comments

Comments
 (0)