Files
sunnypilot/launch_chffrplus.sh
Adeeb Shihadeh 4be789d40a Simplify passive mode handling (#30593)
* simplify passive handling

* makes more sense
old-commit-hash: 5ccff25d88
2023-12-03 13:59:59 -08:00

16 lines
236 B
Bash
Executable File

#!/usr/bin/bash
# TODO: this can be removed after 0.9.6 release
# migrate continue.sh and relaunch
cat << EOF > /data/continue.sh
#!/usr/bin/bash
export PASSIVE=1
cd /data/openpilot
exec ./launch_openpilot.sh
EOF
/data/continue.sh