Fix passive mode (#30600)

remove passive
old-commit-hash: 05e932b088cde39dce7a1a32a55e5b4a3fae1253
This commit is contained in:
Justin Newberry
2023-12-04 13:58:43 -08:00
committed by GitHub
parent f408eb207a
commit 688354c5ce
-2
View File
@@ -6,8 +6,6 @@
cat << EOF > /data/continue.sh
#!/usr/bin/bash
export PASSIVE=1
cd /data/openpilot
exec ./launch_openpilot.sh
EOF