dropbear: typo

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2010-08-09 19:24:06 +02:00
parent 4287eb4e3e
commit b3895681e1

View File

@@ -59,7 +59,7 @@ DSS_KEY_FILE="/storage/.cache/dropbear/dropbear_dss_host_key"
if [ -f /etc/ssh/known_hosts -a ! -f $HOME/.ssh/known_hosts ] ; then
progress "SSH: setup predifined known hosts"
mkdir -p /$HOME/.ss
mkdir -p /$HOME/.ssh
cp /etc/ssh/known_hosts $HOME/.ssh
fi