Fix: Ändert Stelle des hochzählens.
This commit is contained in:
parent
744a4cb36a
commit
ae5341c52d
@ -19,8 +19,8 @@ wait_for_internet_connection() {
|
||||
|
||||
# Warte, bis eine Internetverbindung vorhanden ist
|
||||
until check_internet; do
|
||||
count=$((count + 1))
|
||||
log "Keine Internetverbindung. Warte 10 Sekunden... (Versuch $count)"
|
||||
count=$((count + 1))
|
||||
sleep 10
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user