docs/operations.md: fix typo

Fixes #158
This commit is contained in:
Leo 2021-01-23 01:55:30 +01:00
parent 5679f67c85
commit cb7ddb5a90
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ To generate a guardian key, install guardiand first. If you generate the key on
compile guardiand only, without compiling the agent or installing it:
make bridge
sudo setcap cap_ipc_lock=+ep ./build/bin/
sudo setcap cap_ipc_lock=+ep ./build/bin/guardiand
Otherwise, use the same guardiand binary that you compiled using the regular instructions above.