From 688354c5ce2e6859c6c51addd742b1d9ff8d2bfd Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 4 Dec 2023 13:58:43 -0800 Subject: [PATCH] Fix passive mode (#30600) remove passive old-commit-hash: 05e932b088cde39dce7a1a32a55e5b4a3fae1253 --- launch_chffrplus.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 80a6089238..95d0fc639d 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -6,8 +6,6 @@ cat << EOF > /data/continue.sh #!/usr/bin/bash -export PASSIVE=1 - cd /data/openpilot exec ./launch_openpilot.sh EOF