mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
2cdb550d12
* move updated * for release old-commit-hash: be2b48183f81c09f7bc5d1e77d880ce40abacb20
8 lines
152 B
Bash
Executable File
8 lines
152 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Stop updater
|
|
pkill -2 -f selfdrive.updated.updated
|
|
|
|
# Remove pending update
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|