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
No known key found for this signature in database

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