3dcc048299
date: 2026-06-19T21:43:27 master commit: 5d90689776fdc7a3be31fc1335003aee20a2ba62
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Stop updater
|
|
pkill -2 -f system.updated.updated
|
|
|
|
# Remove pending update
|
|
rm -f /data/safe_staging/finalized/.overlay_consistent
|