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 Pascal Vizeli
parent 5b68cf097a
commit 90dc5b54c0

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