Ensure user is correct

Otherwise a ptrace error may result.
This commit is contained in:
Adin Scannell
2019-06-26 13:22:41 +08:00
committed by Ian Lewis
parent 8e6c43e5c5
commit 601ae5ae91
+1
View File
@@ -21,6 +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
)
```