Files
sunnypilot/launch_chffrplus.sh
Justin Newberry 688354c5ce Fix passive mode (#30600)
remove passive
old-commit-hash: 05e932b088
2023-12-04 13:58:43 -08:00

14 lines
218 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
cd /data/openpilot
exec ./launch_openpilot.sh
EOF
/data/continue.sh