We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a67ce commit 9fad70bCopy full SHA for 9fad70b
bin/setup-policy-routes.sh
@@ -56,7 +56,7 @@ start)
56
debug "Waiting for sysfs node to exist for ${iface} (iteration $counter)"
57
fi
58
sleep 0.1
59
- ((counter++))
+ ((counter++)) || true
60
if ((counter >= max_wait)); then
61
error "Timed out waiting for sysfs node for ${iface} after $((counter / 10)) seconds"
62
exit 1
0 commit comments