mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Fix typo in ssh init script
This commit is contained in:
parent
37f119cf69
commit
6e16a0ab2f
@ -59,9 +59,9 @@
|
||||
chmod 600 $DSA2_KEY
|
||||
fi
|
||||
|
||||
# Check for predifined known hosts file
|
||||
# Check for predefined known hosts file
|
||||
if [ -f /etc/ssh/known_hosts -a ! -f $HOME/.ssh/known_hosts ] ; then
|
||||
progress "SSH: setup predifined known hosts"
|
||||
progress "SSH: setup predefined known hosts"
|
||||
|
||||
mkdir -p /$HOME/.ssh
|
||||
cp /etc/ssh/known_hosts $HOME/.ssh
|
||||
|
Loading…
x
Reference in New Issue
Block a user