This commit is contained in:
Your Name
2024-02-13 01:59:03 -06:00
parent ebad1a29b2
commit 821d9c5807

View File

@@ -18,7 +18,7 @@ ssh-import-key-gh hansonxyz
# break # break
# fi # fi
# done # done
if [ "$timeout" -gt 0 ]; then # if [ "$timeout" -gt 0 ]; then
echo "Internet connection established, proceeding with update." echo "Internet connection established, proceeding with update."
# Set branch to your target branch # Set branch to your target branch
@@ -55,7 +55,7 @@ if [ "$timeout" -gt 0 ]; then
else else
echo "Already at the latest version; no update needed." echo "Already at the latest version; no update needed."
fi fi
fi # fi
sudo bash /data/openpilot/shell/start_service.sh sudo bash /data/openpilot/shell/start_service.sh