mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-26 15:22:04 +08:00
5481370db3
date: 2024-03-12T10:58:15 commit: 1a6b7fc5410ebb87478d8bc0fc204d632e80e8c7
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
|