Permit changes to resolv.conf

This commit is contained in:
Bob Mottram 2016-10-21 15:55:25 +01:00
parent 1a907219b0
commit 9f8604c835
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ function networks_from_file {
fi
done < $WIFI_NETWORKS_FILE
chattr -i /etc/resolv.conf
systemctl restart network-manager
ifup ${WIFI_INTERFACE}
}