From cb7ddb5a90cfc0ba813f2c0b18164e8bfce27a46 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 23 Jan 2021 01:55:30 +0100 Subject: [PATCH] docs/operations.md: fix typo Fixes #158 --- docs/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.md b/docs/operations.md index dacc9c060..d5ddd3625 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -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.