Fix: Ändert Stelle des hochzählens.

This commit is contained in:
DragonSlayer_14 2025-03-24 12:53:51 +01:00
parent 744a4cb36a
commit ae5341c52d

View File

@ -19,8 +19,8 @@ wait_for_internet_connection() {
# Warte, bis eine Internetverbindung vorhanden ist # Warte, bis eine Internetverbindung vorhanden ist
until check_internet; do until check_internet; do
count=$((count + 1))
log "Keine Internetverbindung. Warte 10 Sekunden... (Versuch $count)" log "Keine Internetverbindung. Warte 10 Sekunden... (Versuch $count)"
count=$((count + 1))
sleep 10 sleep 10
done done