Skip to content

Commit

Permalink
docs: remove sudo usage in troubleshooting (#42554)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Martin <[email protected]>
  • Loading branch information
stevenGravy and Steven Martin authored Jun 6, 2024
1 parent aae4765 commit 44791b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/machine-id/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ server-side data and issues a new joining token.
Remove and recreate the bot, replacing the name and role list as desired:

```code
$ sudo tctl bots rm example
$ sudo tctl bots add example --roles=access
$ tctl bots rm example
$ tctl bots add example --roles=access
```

Copy the resulting join token into the existing bot config—either the
Expand Down

0 comments on commit 44791b2

Please sign in to comment.