mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
41c1689ab4
commit
4980c1a80e
@ -14,7 +14,7 @@ start()
|
||||
|
||||
ebegin "Testing DNS resolution"
|
||||
|
||||
ifconfig eth0 2>1 >/dev/null && \
|
||||
ifconfig eth0 2>&1 >/dev/null && \
|
||||
(dig localhost 2>&1 > /dev/null || printf "nameserver 8.8.8.8\nnameserver 8.8.4.4\n" > /etc/resolv.conf)
|
||||
|
||||
eend $? "DNS fix failed"
|
||||
|
Loading…
Reference in New Issue
Block a user