Machine ID readme example script fix (#22385)

Fix script to run
This commit is contained in:
Steven Martin 2023-02-28 07:23:46 -05:00 committed by GitHub
parent 17ecc61b42
commit e8b4218d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,8 @@ destination directory so that this user is able to read from it and that the
```bash
$ sudo tbot init \
--destination-dir=/opt/machine-id \
--owner=teleport:teleport
--bot-user=teleport
--owner=teleport:teleport \
--bot-user=teleport \
--reader-user=jenkins
```