From 57ec5fc331e8fc3488cd4a99c914769bb7d59ad3 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Tue, 17 Oct 2017 22:36:01 -0600 Subject: [PATCH] Update root directory in docs (#1568) --- docs/infrastructure/adding-hosts-to-fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/adding-hosts-to-fleet.md b/docs/infrastructure/adding-hosts-to-fleet.md index f9d17c1c25..607eb7cbc2 100644 --- a/docs/infrastructure/adding-hosts-to-fleet.md +++ b/docs/infrastructure/adding-hosts-to-fleet.md @@ -46,7 +46,7 @@ To directly execute the launcher binary without having to mess with packages, in ``` ./build/launcher \ --hostname=fleet.acme.net:443 \ - --root_directory=/var/kolide-fleet \ + --root_directory=$(mktemp -d) \ --enroll_secret=32IeN3QLgckHUmMD3iW40kyLdNJcGzP5 ```