Update create.sh
This commit is contained in:
parent
5d464d2a53
commit
733459315c
1 changed files with 0 additions and 1 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue