aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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