op adb: change directory to match ssh (#34770)

Update adb_shell.sh
This commit is contained in:
Mauricio Alvarez Leon
2025-03-06 10:18:12 -08:00
committed by GitHub
parent e9f7c01a3a
commit 88fa3cdd90
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env expect
spawn adb shell
expect "#"
send "cd usr/comma\r"
send "cd data/openpilot\r"
send "export TERM=xterm-256color\r"
send "su comma\r"
send "clear\r"