diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index d4be370..a2996b8 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -31,6 +31,7 @@ Extract and install the `etcd` server and the `etcdctl` command line utility: { tar -xvf etcd-v3.3.5-linux-amd64.tar.gz sudo mv etcd-v3.3.5-linux-amd64/etcd* /usr/local/bin/ + sudo chown root:root /usr/local/bin/etcd* } ```