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