From 733459315c74bd037f081b690cd07a5ea4b5416a Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 9 Dec 2024 15:41:02 +0100 Subject: [PATCH] Update create.sh --- create.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/create.sh b/create.sh index 099fb69..77cfec2 100644 --- a/create.sh +++ b/create.sh @@ -253,7 +253,6 @@ while [ -z "$ETH0_STATS" ] && [ $ATTEMPT -lt $MAX_ATTEMPTS ]; do ETH0_STATS=$(echo "$IP_INFO" | jq -r '.[] | select(.name == "eth0" and .statistics != null)') if [ -n "$ETH0_STATS" ]; then - echo "Valid IP and statistics found for eth0!" break # Als eth0 statistieken heeft, stop de poging else echo "No valid statistics found for eth0. Retrying..."