Skip to content

Commit

Permalink
No more C2 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jun 5, 2022
1 parent d882752 commit 5122442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selfdrive/updated.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ def main() -> None:
auto_reboot = AutoReboot()
params = Params()

# if params.get_bool("DisableUpdates"):
# cloudlog.warning("updates are disabled by the DisableUpdates param")
# exit(0)
if params.get_bool("DisableUpdates"):
cloudlog.warning("updates are disabled by the DisableUpdates param")
exit(0)

ov_lock_fd = open(LOCK_FILE, 'w')
try:
Expand Down

0 comments on commit 5122442

Please sign in to comment.