Skip to content

Commit

Permalink
try to fix race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoren committed Dec 23, 2020
1 parent 711fe27 commit ce8ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage3/07-install-boot-script/files/urlrelay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
while [ ! "$(ping -c 1 google.com)" ]; do
sleep 10
done

sleep 5
# get route info for interface used to get to internet
IP_ROUTE=`ip -o route get to 8.8.8.8`
# extract the source IP and device name
Expand Down

0 comments on commit ce8ad13

Please sign in to comment.