mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Fix wrong message being displayed while waiting for DNS
Signed-off-by: Jack'lul <jacklulcat@gmail.com>
This commit is contained in:
parent
1789b1ce99
commit
129272a695
@ -304,7 +304,8 @@ gravity_CheckDNSResolutionAvailable() {
|
|||||||
echo -e " ${CROSS} DNS resolution is currently unavailable"
|
echo -e " ${CROSS} DNS resolution is currently unavailable"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e " ${INFO} Waiting until DNS resolution is available..."
|
str="Waiting until DNS resolution is available..."
|
||||||
|
echo -ne " ${INFO} ${str}"
|
||||||
until getent hosts github.com &> /dev/null; do
|
until getent hosts github.com &> /dev/null; do
|
||||||
# Append one dot for each second waiting
|
# Append one dot for each second waiting
|
||||||
str="${str}."
|
str="${str}."
|
||||||
|
Loading…
Reference in New Issue
Block a user