mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 15:32:07 +08:00
remove fsck logging in updated
This commit is contained in:
@@ -210,11 +210,6 @@ def finalize_update() -> None:
|
||||
shutil.rmtree(FINALIZED)
|
||||
shutil.copytree(OVERLAY_MERGED, FINALIZED, symlinks=True)
|
||||
|
||||
# Log git repo corruption
|
||||
fsck = run(["git", "fsck", "--no-progress"], FINALIZED).rstrip()
|
||||
if len(fsck):
|
||||
cloudlog.error(f"found git corruption, git fsck:\n{fsck}")
|
||||
|
||||
set_consistent_flag(True)
|
||||
cloudlog.info("done finalizing overlay")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user