Skip to content

Commit

Permalink
Wait for internet
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b authored Jan 8, 2018
1 parent 3dce21b commit 4c47f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boot
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ then
sudo reboot
fi

until /home/logbox/os/report-ip.bash
do
echo "Waiting for internet..."
sleep 1
done

# TODO: Set up WiFi if config file exists.

# Update all components
Expand Down

0 comments on commit 4c47f82

Please sign in to comment.