Files
openpilot/restart.sh

3 lines
153 B
Bash
Raw Permalink Normal View History

2026-01-11 18:23:29 +08:00
git pull
tmux kill-session -t comma; rm -f /tmp/safe_staging_overlay.lock; sleep 1;tmux new -s comma -d "bash -lc '/data/openpilot/launch_openpilot.sh'"