1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-15 13:21:15 +08:00

Only append dot

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2025-04-26 15:03:42 +02:00
parent 215003899d
commit 4303a5868f

View File

@ -359,8 +359,7 @@ gravity_CheckDNSResolutionAvailable() {
break
fi
# Append one dot for each second waiting
str="${str}."
echo -ne " ${OVER} ${INFO} ${str}"
echo -ne "."
sleep 1
done