mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 02:54:01 +08:00
version: dragonpilot v0.8.16 release date: 2022-08-14T16:03:36 dp-dev(priv) master commit: 9a40536565e6da64122ef8c30d7e97523fde518e
8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Stop updater
|
|
pkill -2 -f selfdrive.updated
|
|
|
|
# Remove pending update
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|