We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27120d9 commit 97b5597Copy full SHA for 97b5597
1 file changed
pkgbuild/sysctl-network.install
@@ -1,7 +1,7 @@
1
post_install() {
2
3
# Temporary fix to disable dnsmasq usage in network manager, remove this in few days
4
- if [[ ! -e /etc/NetworkManager/conf.d/dns.conf ]]; then
+ if [[ -e /etc/NetworkManager/conf.d/dns.conf ]]; then
5
rm -f /etc/NetworkManager/conf.d/dns.conf
6
fi
7
0 commit comments