aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-01-23 12:07:04 +0100
committerGitHub <noreply@github.com>2019-01-23 12:07:04 +0100
commit56558f635d1caf18240727f0489a8e23636ad11f (patch)
treec3cb59fff8e3f3c36c2241fcd175b91e039dd70d /docs
parente3bc2f2b5ab48f9fc96628c2cd2abf984c8baeb3 (diff)
Update README.md
Diffstat (limited to 'docs')
-rw-r--r--docs/trusty/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/trusty/README.md b/docs/trusty/README.md
index 567c7f6f4..ff02b332c 100644
--- a/docs/trusty/README.md
+++ b/docs/trusty/README.md
@@ -89,7 +89,7 @@ set -eux
# Mount debugfs for KCOV.
echo "debugfs /sys/kernel/debug debugfs defaults 0 0" >> $1/etc/fstab
# Generate and install ssh key.
-rm key key.pub
+rm -f key key.pub
ssh-keygen -f key -t rsa -N ""
mkdir -p $1/root/.ssh
cp key.pub $1/root/.ssh/authorized_keys