mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-18 15:52:09 +08:00
updated: remove old overlay init file
old-commit-hash: 2a2cfd6bb51cc67276b9c21fe70cf1114e1e6f03
This commit is contained in:
@@ -324,6 +324,10 @@ def main():
|
||||
wait_helper = WaitTimeHelper(proc)
|
||||
wait_helper.sleep(30)
|
||||
|
||||
overlay_init = Path(os.path.join(BASEDIR, ".overlay_init"))
|
||||
if overlay_init.exists():
|
||||
overlay_init.unlink()
|
||||
|
||||
first_run = True
|
||||
last_fetch_time = 0
|
||||
update_failed_count = 0
|
||||
|
||||
Reference in New Issue
Block a user