mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
16 lines
236 B
Bash
Executable File
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
|