Files
carrotpilot/launch_openpilot.sh

7 lines
210 B
Bash
Raw Normal View History

2023-09-27 15:45:31 -07:00
#!/usr/bin/env bash
if [[ "$(cat /data/params/d/EnableConnect)" == "2" ]]; then
export API_HOST="https://api.carrotpilot.app"
export ATHENA_HOST="wss://athena.carrotpilot.app"
fi
2023-09-27 15:45:31 -07:00
exec ./launch_chffrplus.sh