mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-26 22:46:32 +00:00
Update hassio-config
This commit is contained in:
parent
7a6c15c248
commit
6ef64db8bb
@ -12,6 +12,12 @@ mount -o ro LABEL="hassio-config" /mnt/config
|
|||||||
|
|
||||||
##
|
##
|
||||||
# NetworkManager
|
# NetworkManager
|
||||||
|
if ls /mnt/config/network-* > /dev/null; then
|
||||||
|
echo "[Info] Update NetworkManager connections!"
|
||||||
|
|
||||||
|
rm -rf /etc/NetworkManager/system-connections/*
|
||||||
|
cp -f /mnt/config/network-* /etc/NetworkManager/system-connections/
|
||||||
|
if
|
||||||
|
|
||||||
##
|
##
|
||||||
# SSH know hosts
|
# SSH know hosts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user