Change chmod of network connection files from fat32 (#69)

This commit is contained in:
Pascal Vizeli
2018-07-02 23:03:13 +02:00
committed by GitHub
parent 32ab05bd2e
commit c860229130

View File

@@ -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