mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update hassio-config
This commit is contained in:
parent
9f2ccc546c
commit
7a6c15c248
@ -15,6 +15,12 @@ mount -o ro LABEL="hassio-config" /mnt/config
|
||||
|
||||
##
|
||||
# SSH know hosts
|
||||
if [ -f /mnt/config/known_hosts ]; then
|
||||
echo "[Info] Update SSH known_hosts!"
|
||||
|
||||
cp -f /mnt/config/known_hosts /root/.ssh/known_hosts
|
||||
chmod 600 /root/.ssh/known_hosts
|
||||
fi
|
||||
|
||||
##
|
||||
# Firmware update
|
||||
|
Loading…
x
Reference in New Issue
Block a user