Skip to content

Commit 97b5597

Browse files
committed
if verify corrected
1 parent 27120d9 commit 97b5597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgbuild/sysctl-network.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
post_install() {
22

33
# Temporary fix to disable dnsmasq usage in network manager, remove this in few days
4-
if [[ ! -e /etc/NetworkManager/conf.d/dns.conf ]]; then
4+
if [[ -e /etc/NetworkManager/conf.d/dns.conf ]]; then
55
rm -f /etc/NetworkManager/conf.d/dns.conf
66
fi
77

0 commit comments

Comments
 (0)