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 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