mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Change chmod of network connection files from fat32 (#69)
This commit is contained in:
parent
32ab05bd2e
commit
c860229130
@ -19,6 +19,7 @@ if [ -d /mnt/config/network ]; then
|
||||
|
||||
rm -rf /etc/NetworkManager/system-connections/*
|
||||
cp -f /mnt/config/network/* /etc/NetworkManager/system-connections/
|
||||
chmod 664 /etc/NetworkManager/system-connections/*
|
||||
|
||||
nmcli con reload
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user