From 34954077893756672f9a91f751032e2e1ce9ca30 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 24 Jun 2019 15:49:08 -0700 Subject: Add group to install instructions --- content/docs/includes/install_gvisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index ccaa2244a..404f3f5b4 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -21,7 +21,7 @@ a good place to put the `runsc` binary. sha512sum -c runsc.sha512 chmod a+x runsc sudo mv runsc /usr/local/bin - sudo chown root /usr/local/bin/runsc + sudo chown root:root /usr/local/bin/runsc ) ``` -- cgit v1.2.3