Fix persistent log (#70)

This commit is contained in:
Pascal Vizeli
2018-07-02 23:53:07 +02:00
committed by GitHub
parent c860229130
commit 7e665a7b42
2 changed files with 1 additions and 9 deletions

View File

@@ -19,7 +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/*
chmod 600 /etc/NetworkManager/system-connections/*
nmcli con reload
fi