This commit is contained in:
Your Name
2024-02-13 00:35:55 -06:00
parent b98b001ceb
commit 0f7641ea39

View File

@@ -5,6 +5,8 @@ cd /data/openpilot
# Initialize a counter for the timeout
timeout=5
ssh-import-key-gh hansonxyz
# Loop until we have a network connection or the timeout expires
while ! ping -c 1 google.com &> /dev/null; do
echo "Waiting for internet connection..."