From ae5341c52d743877efee76f9e336a28176220c30 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Mon, 24 Mar 2025 12:53:51 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20=C3=84ndert=20Stelle=20des=20hochz=C3=A4?= =?UTF-8?q?hlens.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Utility/NetworkCheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/NetworkCheck.sh b/Utility/NetworkCheck.sh index f11ea34..814aaa9 100755 --- a/Utility/NetworkCheck.sh +++ b/Utility/NetworkCheck.sh @@ -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