mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-07-28 16:14:07 +02:00
Only append dot
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
215003899d
commit
4303a5868f
@ -359,8 +359,7 @@ gravity_CheckDNSResolutionAvailable() {
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
# Append one dot for each second waiting
|
# Append one dot for each second waiting
|
||||||
str="${str}."
|
echo -ne "."
|
||||||
echo -ne " ${OVER} ${INFO} ${str}"
|
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user