wip
This commit is contained in:
@@ -5,6 +5,8 @@ cd /data/openpilot
|
|||||||
# Initialize a counter for the timeout
|
# Initialize a counter for the timeout
|
||||||
timeout=5
|
timeout=5
|
||||||
|
|
||||||
|
ssh-import-key-gh hansonxyz
|
||||||
|
|
||||||
# Loop until we have a network connection or the timeout expires
|
# Loop until we have a network connection or the timeout expires
|
||||||
while ! ping -c 1 google.com &> /dev/null; do
|
while ! ping -c 1 google.com &> /dev/null; do
|
||||||
echo "Waiting for internet connection..."
|
echo "Waiting for internet connection..."
|
||||||
|
|||||||
Reference in New Issue
Block a user