Re-open agnos updater UI if crash (#38672)

loop if crash
This commit is contained in:
Shane Smiskol
2026-08-18 19:06:48 -07:00
committed by GitHub
parent 8edce0da44
commit 7bd6cad821
+3 -1
View File
@@ -24,7 +24,9 @@ function agnos_init {
if $AGNOS_PY --verify $MANIFEST; then
sudo reboot
fi
$DIR/openpilot/common/hardware/comma/updater $AGNOS_PY $MANIFEST
while true; do
$DIR/openpilot/common/hardware/comma/updater $AGNOS_PY $MANIFEST
done
fi
}