initscript: improve the robustness of the connection function
When network interfaces are connected via USB, they may not have been probed by the time b2c tries to get an IP. This leads to a lack of network interfaces, and thus b2c powering off the machine immediately.
This patch moves the early exit after the 10 second wait, which should be enough time for the network interface to appear.