fixing some dns bugs if running in VM

This commit is contained in:
2015-07-03 15:42:27 -04:00
parent 951333ae10
commit 683fdc89b0
2 changed files with 10 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ do
ifconfig ${i} down
fi
netctl restart ${i} > /dev/null 2>&1
cat /etc/resolvconf.conf.failover > /etc/resolvconf.conf
resolvconf -u
done
}